Class: Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationRuleSetNumberOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationRuleSetNumberOverride
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Provides details on a RuleSetNumberOverride.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action for the rule to perform of either blocking or allowing messages to the destination phone number.
-
#created_timestamp ⇒ Time
The time when the rule was created, in [UNIX epoch time] format.
-
#destination_phone_number ⇒ String
The destination phone number in E.164 format.
-
#expiration_timestamp ⇒ Time
The time the rule will expire at.
-
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
Instance Attribute Details
#action ⇒ String
The action for the rule to perform of either blocking or allowing messages to the destination phone number.
4260 4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4260 class ProtectConfigurationRuleSetNumberOverride < Struct.new( :destination_phone_number, :created_timestamp, :action, :iso_country_code, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time when the rule was created, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
4260 4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4260 class ProtectConfigurationRuleSetNumberOverride < Struct.new( :destination_phone_number, :created_timestamp, :action, :iso_country_code, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end |
#destination_phone_number ⇒ String
The destination phone number in E.164 format.
4260 4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4260 class ProtectConfigurationRuleSetNumberOverride < Struct.new( :destination_phone_number, :created_timestamp, :action, :iso_country_code, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end |
#expiration_timestamp ⇒ Time
The time the rule will expire at. If ‘ExpirationTimestamp` is not set then the rule will not expire.
4260 4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4260 class ProtectConfigurationRuleSetNumberOverride < Struct.new( :destination_phone_number, :created_timestamp, :action, :iso_country_code, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end |
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
4260 4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4260 class ProtectConfigurationRuleSetNumberOverride < Struct.new( :destination_phone_number, :created_timestamp, :action, :iso_country_code, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end |