Class: Aws::PinpointSMSVoiceV2::Types::AssociateProtectConfigurationResult

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

#configuration_set_arnString

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

Returns:

  • (String)


188
189
190
191
192
193
194
195
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 188

class AssociateProtectConfigurationResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :protect_configuration_arn,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

The name of the ConfigurationSet.

Returns:

  • (String)


188
189
190
191
192
193
194
195
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 188

class AssociateProtectConfigurationResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :protect_configuration_arn,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#protect_configuration_arnString

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

Returns:

  • (String)


188
189
190
191
192
193
194
195
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 188

class AssociateProtectConfigurationResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :protect_configuration_arn,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#protect_configuration_idString

The unique identifier for the protect configuration.

Returns:

  • (String)


188
189
190
191
192
193
194
195
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 188

class AssociateProtectConfigurationResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :protect_configuration_arn,
  :protect_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end