Class: Aws::Types::GetHostedConfigurationVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetHostedConfigurationVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
612 613 614 |
# File 'sig/types.rbs', line 612 def application_id @application_id end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
613 614 615 |
# File 'sig/types.rbs', line 613 def configuration_profile_id @configuration_profile_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
614 615 616 |
# File 'sig/types.rbs', line 614 def version_number @version_number end |