Class: Aws::Types::CreateProtectConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateProtectConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_default ⇒ Boolean
Returns the value of attribute account_default.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_default ⇒ Boolean
Returns the value of attribute account_default.
270 271 272 |
# File 'sig/types.rbs', line 270 def account_default @account_default end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
269 270 271 |
# File 'sig/types.rbs', line 269 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
271 272 273 |
# File 'sig/types.rbs', line 271 def deletion_protection_enabled @deletion_protection_enabled end |
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def protect_configuration_arn @protect_configuration_arn end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
268 269 270 |
# File 'sig/types.rbs', line 268 def protect_configuration_id @protect_configuration_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
272 273 274 |
# File 'sig/types.rbs', line 272 def @tags end |