Class: Aws::Types::DeleteDataSourceInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataSourceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#retain_permissions_on_revoke_failure ⇒ Boolean
Returns the value of attribute retain_permissions_on_revoke_failure.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def identifier @identifier end |
#retain_permissions_on_revoke_failure ⇒ Boolean
Returns the value of attribute retain_permissions_on_revoke_failure.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def @retain_permissions_on_revoke_failure end |