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.
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_message ⇒ String
Information about errors that might have occurred during the API call.
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 |
#revisions ⇒ Array<Types::RevisionInfo>
Additional information about the revisions, including the type and location.
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 |