Class: Aws::SNS::Types::OptInPhoneNumberInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#phone_numberString

The phone number to opt in. Use E.164 format.

Returns:

  • (String)


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