Class: Aws::Types::DeleteHostedConfigurationVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteHostedConfigurationVersionRequest
- 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.
270 271 272 |
# File 'sig/types.rbs', line 270 def application_id @application_id end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
271 272 273 |
# File 'sig/types.rbs', line 271 def configuration_profile_id @configuration_profile_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
272 273 274 |
# File 'sig/types.rbs', line 272 def version_number @version_number end |