Class: Aws::Types::UpdateConfigurationTemplateMessage
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationTemplateMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
-
#options_to_remove ⇒ ::Array[Types::OptionSpecification]
Returns the value of attribute options_to_remove.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def application_name @application_name end |
#description ⇒ ::String
Returns the value of attribute description.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def description @description end |
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def option_settings @option_settings end |
#options_to_remove ⇒ ::Array[Types::OptionSpecification]
Returns the value of attribute options_to_remove.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def @options_to_remove end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def template_name @template_name end |