Class: Aws::Types::CreateProtectConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProtectConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
260 261 262 |
# File 'sig/types.rbs', line 260 def client_token @client_token end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
261 262 263 |
# File 'sig/types.rbs', line 261 def deletion_protection_enabled @deletion_protection_enabled end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
262 263 264 |
# File 'sig/types.rbs', line 262 def @tags end |