Class: Aws::Types::AssociatePhoneNumberContactFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def contact_flow_id
  @contact_flow_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def instance_id
  @instance_id
end

#phone_number_id::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def phone_number_id
  @phone_number_id
end