Class: Aws::Types::BatchGetApplicationRevisionsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetApplicationRevisionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#revisions ⇒ ::Array[Types::RevisionLocation]
Returns the value of attribute revisions.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
77 78 79 |
# File 'sig/types.rbs', line 77 def application_name @application_name end |
#revisions ⇒ ::Array[Types::RevisionLocation]
Returns the value of attribute revisions.
78 79 80 |
# File 'sig/types.rbs', line 78 def revisions @revisions end |