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)


10569
10570
10571
10572
10573
10574
10575
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10569

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)


10569
10570
10571
10572
10573
10574
10575
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10569

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)


10569
10570
10571
10572
10573
10574
10575
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10569

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