Class: Aws::Types::CreateHostedConfigurationVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHostedConfigurationVersionRequest
- 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.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#latest_version_number ⇒ ::Integer
Returns the value of attribute latest_version_number.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def application_id @application_id end |
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def configuration_profile_id @configuration_profile_id end |
#content ⇒ ::String
Returns the value of attribute content.
220 221 222 |
# File 'sig/types.rbs', line 220 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
221 222 223 |
# File 'sig/types.rbs', line 221 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
219 220 221 |
# File 'sig/types.rbs', line 219 def description @description end |
#latest_version_number ⇒ ::Integer
Returns the value of attribute latest_version_number.
222 223 224 |
# File 'sig/types.rbs', line 222 def latest_version_number @latest_version_number end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
223 224 225 |
# File 'sig/types.rbs', line 223 def version_label @version_label end |