Class: Aws::SNS::Types::OptInPhoneNumberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::OptInPhoneNumberInput
- Includes:
- Aws::Structure
- Defined in:
- 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.
1565 1566 1567 1568 1569 |
# File 'lib/aws-sdk-sns/types.rb', line 1565 class OptInPhoneNumberInput < Struct.new( :phone_number) SENSITIVE = [:phone_number] include Aws::Structure end |