Class: Aws::PinpointSMSVoiceV2::Types::CreateOptOutListResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CreateOptOutListResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time when the pool was created, in [UNIX epoch time] format.
-
#opt_out_list_arn ⇒ String
The Amazon Resource Name (ARN) for the OptOutList.
-
#opt_out_list_name ⇒ String
The name of the new OptOutList.
-
#tags ⇒ Array<Types::Tag>
An array of tags (key and value pairs) associated with the new OptOutList.
Instance Attribute Details
#created_timestamp ⇒ Time
The time when the pool was created, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
531 532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 531 class CreateOptOutListResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#opt_out_list_arn ⇒ String
The Amazon Resource Name (ARN) for the OptOutList.
531 532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 531 class CreateOptOutListResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#opt_out_list_name ⇒ String
The name of the new OptOutList.
531 532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 531 class CreateOptOutListResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of tags (key and value pairs) associated with the new OptOutList.
531 532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 531 class CreateOptOutListResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end |