Class: Aws::PinpointSMSVoiceV2::Types::DeleteOptOutListResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteOptOutListResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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][1] 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.
1476 1477 1478 1479 1480 1481 1482 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1476 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.
1476 1477 1478 1479 1480 1481 1482 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1476 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.
1476 1477 1478 1479 1480 1481 1482 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1476 class DeleteOptOutListResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |