Class: Aws::Types::ValidateConfigurationSettingsMessage
- Inherits:
-
Object
- Object
- Aws::Types::ValidateConfigurationSettingsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def application_name @application_name end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def environment_name @environment_name end |
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def option_settings @option_settings end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def template_name @template_name end |