Class: Aws::Types::DeleteDomainInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDomainInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#skip_deletion_check ⇒ Boolean
Returns the value of attribute skip_deletion_check.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def client_token @client_token end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def identifier @identifier end |
#skip_deletion_check ⇒ Boolean
Returns the value of attribute skip_deletion_check.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def skip_deletion_check @skip_deletion_check end |