Class: Aws::PinpointSMSVoiceV2::Types::CreateConfigurationSetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CreateConfigurationSetResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created configuration set.
-
#configuration_set_name ⇒ String
The name of the new configuration set.
-
#created_timestamp ⇒ Time
The time when the configuration set was created, in [UNIX epoch time] format.
-
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags that’s associated with the configuration set.
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created configuration set.
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_name ⇒ String
The name of the new configuration set.
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_timestamp ⇒ Time
The time when the configuration set was created, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
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 |
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags that’s associated with the configuration set.
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 |