Class: Aws::ConnectWisdomService::Types::AssistantAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::AssistantAssociationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Summary information about the assistant association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Wisdom assistant.
-
#assistant_association_arn ⇒ String
The Amazon Resource Name (ARN) of the assistant association.
-
#assistant_association_id ⇒ String
The identifier of the assistant association.
-
#assistant_id ⇒ String
The identifier of the Wisdom assistant.
-
#association_data ⇒ Types::AssistantAssociationOutputData
The association data.
-
#association_type ⇒ String
The type of association.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#assistant_arn ⇒ String
The Amazon Resource Name (ARN) of the Wisdom assistant.
230 231 232 233 234 235 236 237 238 239 240 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 230 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_arn ⇒ String
The Amazon Resource Name (ARN) of the assistant association.
230 231 232 233 234 235 236 237 238 239 240 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 230 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_id ⇒ String
The identifier of the assistant association.
230 231 232 233 234 235 236 237 238 239 240 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 230 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_id ⇒ String
The identifier of the Wisdom assistant.
230 231 232 233 234 235 236 237 238 239 240 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 230 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_data ⇒ Types::AssistantAssociationOutputData
The association data.
230 231 232 233 234 235 236 237 238 239 240 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 230 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_type ⇒ String
The type of association.
230 231 232 233 234 235 236 237 238 239 240 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 230 class AssistantAssociationSummary < Struct.new( :assistant_arn, :assistant_association_arn, :assistant_association_id, :assistant_id, :association_data, :association_type, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
230 231 232 233 234 235 236 237 238 239 240 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 230 class AssistantAssociationSummary < Struct.new( :assistant_arn, :assistant_association_arn, :assistant_association_id, :assistant_id, :association_data, :association_type, :tags) SENSITIVE = [] include Aws::Structure end |