Class: Aws::Types::DeleteEnvironmentConfigurationMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentConfigurationMessage
- 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.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
325 326 327 |
# File 'sig/types.rbs', line 325 def application_name @application_name end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
326 327 328 |
# File 'sig/types.rbs', line 326 def environment_name @environment_name end |