Class: Aws::Types::UpdateSmsChannelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


3174
3175
3176
# File 'sig/types.rbs', line 3174

def application_id
  @application_id
end

#sms_channel_requestTypes::SMSChannelRequest

Returns the value of attribute sms_channel_request.



3175
3176
3177
# File 'sig/types.rbs', line 3175

def sms_channel_request
  @sms_channel_request
end