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.
3338 3339 3340 |
# File 'sig/types.rbs', line 3338 def domain_id @domain_id end |
#retention_policy ⇒ Types::RetentionPolicy
Returns the value of attribute retention_policy.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def retention_policy @retention_policy end |