Module: Aws::PinpointSMSVoiceV2::Client::_PutProtectConfigurationRuleSetNumberOverrideResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutProtectConfigurationRuleSetNumberOverrideResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ "ALLOW", "BLOCK"
- #created_timestamp ⇒ ::Time
- #destination_phone_number ⇒ ::String
- #expiration_timestamp ⇒ ::Time
- #iso_country_code ⇒ ::String
- #protect_configuration_arn ⇒ ::String
- #protect_configuration_id ⇒ ::String
Instance Method Details
#action ⇒ "ALLOW", "BLOCK"
1376 |
# File 'sig/client.rbs', line 1376
def action: () -> ("ALLOW" | "BLOCK")
|
#created_timestamp ⇒ ::Time
1375 |
# File 'sig/client.rbs', line 1375
def created_timestamp: () -> ::Time
|
#destination_phone_number ⇒ ::String
1374 |
# File 'sig/client.rbs', line 1374
def destination_phone_number: () -> ::String
|
#expiration_timestamp ⇒ ::Time
1378 |
# File 'sig/client.rbs', line 1378
def expiration_timestamp: () -> ::Time
|
#iso_country_code ⇒ ::String
1377 |
# File 'sig/client.rbs', line 1377
def iso_country_code: () -> ::String
|
#protect_configuration_arn ⇒ ::String
1372 |
# File 'sig/client.rbs', line 1372
def protect_configuration_arn: () -> ::String
|
#protect_configuration_id ⇒ ::String
1373 |
# File 'sig/client.rbs', line 1373
def protect_configuration_id: () -> ::String
|