Class: Aws::Types::BatchGetApplicationRevisionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetApplicationRevisionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#revisions ⇒ ::Array[Types::RevisionInfo]
Returns the value of attribute revisions.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
83 84 85 |
# File 'sig/types.rbs', line 83 def application_name @application_name end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
84 85 86 |
# File 'sig/types.rbs', line 84 def @error_message end |
#revisions ⇒ ::Array[Types::RevisionInfo]
Returns the value of attribute revisions.
85 86 87 |
# File 'sig/types.rbs', line 85 def revisions @revisions end |