Class: Aws::PinpointSMSVoiceV2::Types::CreateProtectConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CreateProtectConfigurationResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_default ⇒ Boolean
This is true if the protect configuration is set as your account default protect configuration.
-
#created_timestamp ⇒ Time
The time when the protect configuration was created, in [UNIX epoch time][1] format.
-
#deletion_protection_enabled ⇒ Boolean
When set to true deletion protection is enabled.
-
#protect_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the protect configuration.
-
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
-
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags that are associated with the resource.
Instance Attribute Details
#account_default ⇒ Boolean
This is true if the protect configuration is set as your account default protect configuration.
755 756 757 758 759 760 761 762 763 764 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 755 class CreateProtectConfigurationResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :created_timestamp, :account_default, :deletion_protection_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time when the protect configuration was created, in UNIX epoch time format.
755 756 757 758 759 760 761 762 763 764 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 755 class CreateProtectConfigurationResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :created_timestamp, :account_default, :deletion_protection_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#deletion_protection_enabled ⇒ Boolean
When set to true deletion protection is enabled. By default this is set to false.
755 756 757 758 759 760 761 762 763 764 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 755 class CreateProtectConfigurationResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :created_timestamp, :account_default, :deletion_protection_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the protect configuration.
755 756 757 758 759 760 761 762 763 764 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 755 class CreateProtectConfigurationResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :created_timestamp, :account_default, :deletion_protection_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
755 756 757 758 759 760 761 762 763 764 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 755 class CreateProtectConfigurationResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :created_timestamp, :account_default, :deletion_protection_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags that are associated with the resource.
755 756 757 758 759 760 761 762 763 764 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 755 class CreateProtectConfigurationResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :created_timestamp, :account_default, :deletion_protection_enabled, :tags) SENSITIVE = [] include Aws::Structure end |