Class: Aws::SNS::Types::OptInPhoneNumberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::OptInPhoneNumberInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Input for the OptInPhoneNumber action.
Constant Summary collapse
- SENSITIVE =
[:phone_number]
Instance Attribute Summary collapse
-
#phone_number ⇒ String
The phone number to opt in.
Instance Attribute Details
#phone_number ⇒ String
The phone number to opt in. Use E.164 format.
1582 1583 1584 1585 1586 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1582 class OptInPhoneNumberInput < Struct.new( :phone_number) SENSITIVE = [:phone_number] include Aws::Structure end |