Class: Aws::Types::TerminateEnvironmentMessage
- Inherits:
-
Object
- Object
- Aws::Types::TerminateEnvironmentMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#force_terminate ⇒ Boolean
Returns the value of attribute force_terminate.
-
#terminate_resources ⇒ Boolean
Returns the value of attribute terminate_resources.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
986 987 988 |
# File 'sig/types.rbs', line 986 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
987 988 989 |
# File 'sig/types.rbs', line 987 def environment_name @environment_name end |
#force_terminate ⇒ Boolean
Returns the value of attribute force_terminate.
989 990 991 |
# File 'sig/types.rbs', line 989 def force_terminate @force_terminate end |
#terminate_resources ⇒ Boolean
Returns the value of attribute terminate_resources.
988 989 990 |
# File 'sig/types.rbs', line 988 def terminate_resources @terminate_resources end |