Class: Aws::Types::WhatsAppChannelSubtypeParameters

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)


903
904
905
# File 'sig/types.rbs', line 903

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)


902
903
904
# File 'sig/types.rbs', line 902

def destination_phone_number
  @destination_phone_number
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


904
905
906
# File 'sig/types.rbs', line 904

def template_arn
  @template_arn
end

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

Returns the value of attribute template_parameters.

Returns:

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


905
906
907
# File 'sig/types.rbs', line 905

def template_parameters
  @template_parameters
end