Class: Aws::PinpointSMSVoiceV2::Types::DeleteOptOutListResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteOptOutListResult
- 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 OptOutList was created, in [UNIX epoch time] format.
-
#opt_out_list_arn ⇒ String
The Amazon Resource Name (ARN) of the OptOutList that was removed.
-
#opt_out_list_name ⇒ String
The name of the OptOutList that was removed.
Instance Attribute Details
#created_timestamp ⇒ Time
The time when the OptOutList was created, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
1493 1494 1495 1496 1497 1498 1499 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1493 class DeleteOptOutListResult < 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 that was removed.
1493 1494 1495 1496 1497 1498 1499 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1493 class DeleteOptOutListResult < 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 that was removed.
1493 1494 1495 1496 1497 1498 1499 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1493 class DeleteOptOutListResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |