Class: Aws::PinpointSMSVoiceV2::Types::DeleteOptedOutNumberResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteOptedOutNumberResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_user_opted_out ⇒ Boolean
This is true if it was the end user who requested their phone number be removed.
-
#opt_out_list_arn ⇒ String
The OptOutListArn that the phone number was removed from.
-
#opt_out_list_name ⇒ String
The OptOutListName that the phone number was removed from.
-
#opted_out_number ⇒ String
The phone number that was removed from the OptOutList.
-
#opted_out_timestamp ⇒ Time
The time that the number was removed at, in [UNIX epoch time][1] format.
Instance Attribute Details
#end_user_opted_out ⇒ Boolean
This is true if it was the end user who requested their phone number be removed.
1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1549 class DeleteOptedOutNumberResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :opted_out_number, :opted_out_timestamp, :end_user_opted_out) SENSITIVE = [] include Aws::Structure end |
#opt_out_list_arn ⇒ String
The OptOutListArn that the phone number was removed from.
1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1549 class DeleteOptedOutNumberResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :opted_out_number, :opted_out_timestamp, :end_user_opted_out) SENSITIVE = [] include Aws::Structure end |
#opt_out_list_name ⇒ String
The OptOutListName that the phone number was removed from.
1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1549 class DeleteOptedOutNumberResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :opted_out_number, :opted_out_timestamp, :end_user_opted_out) SENSITIVE = [] include Aws::Structure end |
#opted_out_number ⇒ String
The phone number that was removed from the OptOutList.
1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1549 class DeleteOptedOutNumberResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :opted_out_number, :opted_out_timestamp, :end_user_opted_out) SENSITIVE = [] include Aws::Structure end |
#opted_out_timestamp ⇒ Time
The time that the number was removed at, in UNIX epoch time format.
1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1549 class DeleteOptedOutNumberResult < Struct.new( :opt_out_list_arn, :opt_out_list_name, :opted_out_number, :opted_out_timestamp, :end_user_opted_out) SENSITIVE = [] include Aws::Structure end |