Class: Aws::PinpointSMSVoiceV2::Types::PutProtectConfigurationRuleSetNumberOverrideResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::PutProtectConfigurationRuleSetNumberOverrideResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action for the rule to take.
-
#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.
-
#protect_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the protect configuration.
-
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
Instance Attribute Details
#action ⇒ String
The action for the rule to take.
4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4529 class PutProtectConfigurationRuleSetNumberOverrideResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :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/
4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4529 class PutProtectConfigurationRuleSetNumberOverrideResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :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.
4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4529 class PutProtectConfigurationRuleSetNumberOverrideResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :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.
4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4529 class PutProtectConfigurationRuleSetNumberOverrideResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :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.
4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4529 class PutProtectConfigurationRuleSetNumberOverrideResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :destination_phone_number, :created_timestamp, :action, :iso_country_code, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the protect configuration.
4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4529 class PutProtectConfigurationRuleSetNumberOverrideResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :destination_phone_number, :created_timestamp, :action, :iso_country_code, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4529 class PutProtectConfigurationRuleSetNumberOverrideResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :destination_phone_number, :created_timestamp, :action, :iso_country_code, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end |