Class: Aws::PinpointSMSVoiceV2::Types::DeleteProtectConfigurationRuleSetNumberOverrideResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteProtectConfigurationRuleSetNumberOverrideResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action associated with the rule.
-
#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 when the resource-based policy was created, in [UNIX epoch time] format.
-
#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 associated with the rule.
1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1766 class DeleteProtectConfigurationRuleSetNumberOverrideResult < 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/
1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1766 class DeleteProtectConfigurationRuleSetNumberOverrideResult < 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.
1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1766 class DeleteProtectConfigurationRuleSetNumberOverrideResult < 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 when the resource-based policy was created, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1766 class DeleteProtectConfigurationRuleSetNumberOverrideResult < 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.
1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1766 class DeleteProtectConfigurationRuleSetNumberOverrideResult < 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.
1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1766 class DeleteProtectConfigurationRuleSetNumberOverrideResult < 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.
1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1766 class DeleteProtectConfigurationRuleSetNumberOverrideResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :destination_phone_number, :created_timestamp, :action, :iso_country_code, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end |