Class: Aws::Types::DescribeConfigurationSettingsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationSettingsMessage
- 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.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
377 378 379 |
# File 'sig/types.rbs', line 377 def application_name @application_name end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
379 380 381 |
# File 'sig/types.rbs', line 379 def environment_name @environment_name end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
378 379 380 |
# File 'sig/types.rbs', line 378 def template_name @template_name end |