Class: Aws::Types::PutProtectConfigurationRuleSetNumberOverrideResult
- Inherits:
-
Object
- Object
- Aws::Types::PutProtectConfigurationRuleSetNumberOverrideResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ALLOW", "BLOCK"
Returns the value of attribute action.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
Instance Attribute Details
#action ⇒ "ALLOW", "BLOCK"
Returns the value of attribute action.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def action @action end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def @created_timestamp end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def destination_phone_number @destination_phone_number end |
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def @expiration_timestamp end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def iso_country_code @iso_country_code end |
#protect_configuration_arn ⇒ ::String
Returns the value of attribute protect_configuration_arn.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def protect_configuration_arn @protect_configuration_arn end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def protect_configuration_id @protect_configuration_id end |