Class: Aws::Types::PutProtectConfigurationRuleSetNumberOverrideRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutProtectConfigurationRuleSetNumberOverrideRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ALLOW", "BLOCK"
Returns the value of attribute action.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
Instance Attribute Details
#action ⇒ "ALLOW", "BLOCK"
Returns the value of attribute action.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def action @action end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def client_token @client_token end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def destination_phone_number @destination_phone_number end |
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def protect_configuration_id @protect_configuration_id end |