Class: Aws::Types::DeleteEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#deletion_protection_check ⇒ "ACCOUNT_DEFAULT", ...
Returns the value of attribute deletion_protection_check.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
246 247 248 |
# File 'sig/types.rbs', line 246 def application_id @application_id end |
#deletion_protection_check ⇒ "ACCOUNT_DEFAULT", ...
Returns the value of attribute deletion_protection_check.
247 248 249 |
# File 'sig/types.rbs', line 247 def deletion_protection_check @deletion_protection_check end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def environment_id @environment_id end |