Class: Aws::Connect::Types::AssociateFlowRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_idString

The identifier of the flow.

Returns:

  • (String)


1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1029

class AssociateFlowRequest < Struct.new(
  :instance_id,
  :resource_id,
  :flow_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

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

Returns:

  • (String)


1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1029

class AssociateFlowRequest < Struct.new(
  :instance_id,
  :resource_id,
  :flow_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the resource.

  • Amazon Web Services End User Messaging SMS phone number ARN when using SMS_PHONE_NUMBER

  • Amazon Web Services End User Messaging Social phone number ARN when using WHATSAPP_MESSAGING_PHONE_NUMBER

Returns:

  • (String)


1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1029

class AssociateFlowRequest < Struct.new(
  :instance_id,
  :resource_id,
  :flow_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

A valid resource type.

Returns:

  • (String)


1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1029

class AssociateFlowRequest < Struct.new(
  :instance_id,
  :resource_id,
  :flow_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end