Class: Aws::Connect::Types::DisassociatePhoneNumberContactFlowRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


11724
11725
11726
11727
11728
11729
# File 'lib/aws-sdk-connect/types.rb', line 11724

class DisassociatePhoneNumberContactFlowRequest < Struct.new(
  :phone_number_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#phone_number_idString

A unique identifier for the phone number.

Returns:

  • (String)


11724
11725
11726
11727
11728
11729
# File 'lib/aws-sdk-connect/types.rb', line 11724

class DisassociatePhoneNumberContactFlowRequest < Struct.new(
  :phone_number_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end