Class: Aws::CodeDeploy::Types::BatchGetApplicationRevisionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Represents the output of a BatchGetApplicationRevisions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application that corresponds to the revisions.

Returns:

  • (String)


304
305
306
307
308
309
310
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 304

class BatchGetApplicationRevisionsOutput < Struct.new(
  :application_name,
  :error_message,
  :revisions)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Information about errors that might have occurred during the API call.

Returns:

  • (String)


304
305
306
307
308
309
310
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 304

class BatchGetApplicationRevisionsOutput < Struct.new(
  :application_name,
  :error_message,
  :revisions)
  SENSITIVE = []
  include Aws::Structure
end

#revisionsArray<Types::RevisionInfo>

Additional information about the revisions, including the type and location.

Returns:



304
305
306
307
308
309
310
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 304

class BatchGetApplicationRevisionsOutput < Struct.new(
  :application_name,
  :error_message,
  :revisions)
  SENSITIVE = []
  include Aws::Structure
end