Class: Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationInformation

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

Overview

Provides information on the specified protect configuration.

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)


4219
4220
4221
4222
4223
4224
4225
4226
4227
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4219

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

#created_timestampTime

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

[1]: www.epochconverter.com/

Returns:

  • (Time)


4219
4220
4221
4222
4223
4224
4225
4226
4227
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4219

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

#deletion_protection_enabledBoolean

The status of deletion protection for the protect configuration. When set to true deletion protection is enabled. By default this is set to false.

Returns:

  • (Boolean)


4219
4220
4221
4222
4223
4224
4225
4226
4227
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4219

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

#protect_configuration_arnString

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

Returns:

  • (String)


4219
4220
4221
4222
4223
4224
4225
4226
4227
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4219

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

#protect_configuration_idString

The unique identifier for the protect configuration.

Returns:

  • (String)


4219
4220
4221
4222
4223
4224
4225
4226
4227
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4219

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