Class: Aws::PinpointSMSVoiceV2::Types::CreateProtectConfigurationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_defaultBoolean

This is true if the protect configuration is set as your account default protect configuration.

Returns:

  • (Boolean)


734
735
736
737
738
739
740
741
742
743
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 734

class CreateProtectConfigurationResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :created_timestamp,
  :account_default,
  :deletion_protection_enabled,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The time when the protect configuration was created, in UNIX epoch time format.

Returns:

  • (Time)


734
735
736
737
738
739
740
741
742
743
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 734

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_enabledBoolean

When set to true deletion protection is enabled. By default this is set to false.

Returns:

  • (Boolean)


734
735
736
737
738
739
740
741
742
743
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 734

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_arnString

The Amazon Resource Name (ARN) of the protect configuration.

Returns:

  • (String)


734
735
736
737
738
739
740
741
742
743
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 734

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_idString

The unique identifier for the protect configuration.

Returns:

  • (String)


734
735
736
737
738
739
740
741
742
743
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 734

class CreateProtectConfigurationResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :created_timestamp,
  :account_default,
  :deletion_protection_enabled,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of key and value pair tags that are associated with the resource.

Returns:



734
735
736
737
738
739
740
741
742
743
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 734

class CreateProtectConfigurationResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :created_timestamp,
  :account_default,
  :deletion_protection_enabled,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end