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"
1398 |
# File 'sig/client.rbs', line 1398
def action: () -> ("ALLOW" | "BLOCK")
|
#created_timestamp ⇒ ::Time
1397 |
# File 'sig/client.rbs', line 1397
def created_timestamp: () -> ::Time
|
#destination_phone_number ⇒ ::String
1396 |
# File 'sig/client.rbs', line 1396
def destination_phone_number: () -> ::String
|
#expiration_timestamp ⇒ ::Time
1400 |
# File 'sig/client.rbs', line 1400
def expiration_timestamp: () -> ::Time
|
#iso_country_code ⇒ ::String
1399 |
# File 'sig/client.rbs', line 1399
def iso_country_code: () -> ::String
|
#protect_configuration_arn ⇒ ::String
1394 |
# File 'sig/client.rbs', line 1394
def protect_configuration_arn: () -> ::String
|
#protect_configuration_id ⇒ ::String
1395 |
# File 'sig/client.rbs', line 1395
def protect_configuration_id: () -> ::String
|