Class: Aws::Types::SmsChannelSubtypeParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:destination_phone_number, :template_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#connect_source_phone_number_arn::String

Returns the value of attribute connect_source_phone_number_arn.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def connect_source_phone_number_arn
  @connect_source_phone_number_arn
end

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def destination_phone_number
  @destination_phone_number
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def template_arn
  @template_arn
end

#template_parameters::Hash[::String, ::String]

Returns the value of attribute template_parameters.

Returns:

  • (::Hash[::String, ::String])


680
681
682
# File 'sig/types.rbs', line 680

def template_parameters
  @template_parameters
end