Class: Aws::Types::ProtectConfigurationRuleSetNumberOverride
- Inherits:
-
Object
- Object
- Aws::Types::ProtectConfigurationRuleSetNumberOverride
- 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.
Instance Attribute Details
#action ⇒ "ALLOW", "BLOCK"
Returns the value of attribute action.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def action @action end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def @created_timestamp end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def destination_phone_number @destination_phone_number end |
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def @expiration_timestamp end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def iso_country_code @iso_country_code end |