Class: Aws::QConnect::Types::AssistantAssociationSummary

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

Overview

Summary information about the assistant association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_arnString

The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 229

class AssistantAssociationSummary < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#assistant_association_arnString

The Amazon Resource Name (ARN) of the assistant association.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 229

class AssistantAssociationSummary < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#assistant_association_idString

The identifier of the assistant association.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 229

class AssistantAssociationSummary < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#assistant_idString

The identifier of the Amazon Q in Connect assistant.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 229

class AssistantAssociationSummary < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#association_dataTypes::AssistantAssociationOutputData

The association data.



229
230
231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 229

class AssistantAssociationSummary < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#association_typeString

The type of association.

Returns:

  • (String)


229
230
231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 229

class AssistantAssociationSummary < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


229
230
231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 229

class AssistantAssociationSummary < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end