Class: Aws::PinpointSMSVoiceV2::Types::CreateConfigurationSetResult

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

#configuration_set_arnString

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

Returns:

  • (String)


388
389
390
391
392
393
394
395
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 388

class CreateConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

The name of the new configuration set.

Returns:

  • (String)


388
389
390
391
392
393
394
395
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 388

class CreateConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

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

[1]: www.epochconverter.com/

Returns:

  • (Time)


388
389
390
391
392
393
394
395
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 388

class CreateConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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

Returns:



388
389
390
391
392
393
394
395
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 388

class CreateConfigurationSetResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end