Class: Aws::PinpointSMSVoiceV2::Types::OptOutListInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::OptOutListInformation
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The information for all OptOutList in an Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time when the OutOutList was created, in [UNIX epoch time][1] format.
-
#opt_out_list_arn ⇒ String
The Amazon Resource Name (ARN) of the OptOutList.
-
#opt_out_list_name ⇒ String
The name of the OptOutList.
Instance Attribute Details
#created_timestamp ⇒ Time
The time when the OutOutList was created, in UNIX epoch time format.
1849 1850 1851 1852 1853 1854 1855 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1849 class OptOutListInformation < Struct.new( :opt_out_list_arn, :opt_out_list_name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#opt_out_list_arn ⇒ String
The Amazon Resource Name (ARN) of the OptOutList.
1849 1850 1851 1852 1853 1854 1855 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1849 class OptOutListInformation < Struct.new( :opt_out_list_arn, :opt_out_list_name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#opt_out_list_name ⇒ String
The name of the OptOutList.
1849 1850 1851 1852 1853 1854 1855 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1849 class OptOutListInformation < Struct.new( :opt_out_list_arn, :opt_out_list_name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |