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.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def action @action end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def client_token @client_token end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def destination_phone_number @destination_phone_number end |
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def @expiration_timestamp end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def protect_configuration_id @protect_configuration_id end |