Class: Aws::Types::GetApplicationRevisionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationRevisionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#revision ⇒ Types::RevisionLocation
Returns the value of attribute revision.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
555 556 557 |
# File 'sig/types.rbs', line 555 def application_name @application_name end |
#revision ⇒ Types::RevisionLocation
Returns the value of attribute revision.
556 557 558 |
# File 'sig/types.rbs', line 556 def revision @revision end |