Class: Aws::Types::DeleteDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#retention_policy ⇒ Types::RetentionPolicy
Returns the value of attribute retention_policy.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3336 3337 3338 |
# File 'sig/types.rbs', line 3336 def domain_id @domain_id end |
#retention_policy ⇒ Types::RetentionPolicy
Returns the value of attribute retention_policy.
3337 3338 3339 |
# File 'sig/types.rbs', line 3337 def retention_policy @retention_policy end |