Class: Aws::Pinpoint::Types::SMSChannelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Specifies the status and settings of the SMS channel for an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether to enable the SMS channel for the application.

Returns:

  • (Boolean)


10601
10602
10603
10604
10605
10606
10607
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10601

class SMSChannelRequest < Struct.new(
  :enabled,
  :sender_id,
  :short_code)
  SENSITIVE = []
  include Aws::Structure
end

#sender_idString

The identity that you want to display on recipients' devices when they receive messages from the SMS channel.

Returns:

  • (String)


10601
10602
10603
10604
10605
10606
10607
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10601

class SMSChannelRequest < Struct.new(
  :enabled,
  :sender_id,
  :short_code)
  SENSITIVE = []
  include Aws::Structure
end

#short_codeString

The registered short code that you want to use when you send messages through the SMS channel.

Returns:

  • (String)


10601
10602
10603
10604
10605
10606
10607
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10601

class SMSChannelRequest < Struct.new(
  :enabled,
  :sender_id,
  :short_code)
  SENSITIVE = []
  include Aws::Structure
end