Class: Aws::PinpointSMSVoiceV2::Types::CreateConfigurationSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, a randomly generated token is used for the request to ensure idempotency.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


355
356
357
358
359
360
361
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 355

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

The name to use for the new configuration set.

Returns:

  • (String)


355
356
357
358
359
360
361
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 355

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of key and value pair tags that’s associated with the new configuration set.

Returns:



355
356
357
358
359
360
361
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 355

class CreateConfigurationSetRequest < Struct.new(
  :configuration_set_name,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end