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)


1561
1562
1563
1564
1565
# File 'lib/aws-sdk-sns/types.rb', line 1561

class OptInPhoneNumberInput < Struct.new(
  :phone_number)
  SENSITIVE = [:phone_number]
  include Aws::Structure
end