Class: Aws::Types::DescribeApplicationVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
572 573 574 |
# File 'sig/types.rbs', line 572 def application_name @application_name end |
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
573 574 575 |
# File 'sig/types.rbs', line 573 def application_version_id @application_version_id end |