Class: Aws::CodeDeploy::Types::BatchGetApplicationRevisionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::BatchGetApplicationRevisionsOutput
- 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
-
#application_name ⇒ String
The name of the application that corresponds to the revisions.
-
#error_message ⇒ String
Information about errors that might have occurred during the API call.
-
#revisions ⇒ Array<Types::RevisionInfo>
Additional information about the revisions, including the type and location.
Instance Attribute Details
#application_name ⇒ String
The name of the application that corresponds to the revisions.
360 361 362 363 364 365 366 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 360 class BatchGetApplicationRevisionsOutput < Struct.new( :application_name, :error_message, :revisions) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Information about errors that might have occurred during the API call.
360 361 362 363 364 365 366 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 360 class BatchGetApplicationRevisionsOutput < Struct.new( :application_name, :error_message, :revisions) SENSITIVE = [] include Aws::Structure end |
#revisions ⇒ Array<Types::RevisionInfo>
Additional information about the revisions, including the type and location.
360 361 362 363 364 365 366 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 360 class BatchGetApplicationRevisionsOutput < Struct.new( :application_name, :error_message, :revisions) SENSITIVE = [] include Aws::Structure end |