Module: Aws::PinpointSMSVoiceV2::Client::_CreateProtectConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateProtectConfigurationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_default ⇒ Boolean
- #created_timestamp ⇒ ::Time
- #deletion_protection_enabled ⇒ Boolean
- #protect_configuration_arn ⇒ ::String
- #protect_configuration_id ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#account_default ⇒ Boolean
270 |
# File 'sig/client.rbs', line 270
def account_default: () -> bool
|
#created_timestamp ⇒ ::Time
269 |
# File 'sig/client.rbs', line 269
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
271 |
# File 'sig/client.rbs', line 271
def deletion_protection_enabled: () -> bool
|
#protect_configuration_arn ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def protect_configuration_arn: () -> ::String
|
#protect_configuration_id ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def protect_configuration_id: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
272 |
# File 'sig/client.rbs', line 272
def tags: () -> ::Array[Types::Tag]
|