Class: Aws::QConnect::Types::ContentAssociationSummary

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

Overview

Summary information about a content association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_dataTypes::ContentAssociationContents

The content association.



623
624
625
626
627
628
629
630
631
632
633
634
635
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 623

class ContentAssociationSummary < Struct.new(
  :association_data,
  :association_type,
  :content_arn,
  :content_association_arn,
  :content_association_id,
  :content_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#association_typeString

The type of association.

Returns:

  • (String)


623
624
625
626
627
628
629
630
631
632
633
634
635
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 623

class ContentAssociationSummary < Struct.new(
  :association_data,
  :association_type,
  :content_arn,
  :content_association_arn,
  :content_association_id,
  :content_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#content_arnString

The Amazon Resource Name (ARN) of the content.

Returns:

  • (String)


623
624
625
626
627
628
629
630
631
632
633
634
635
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 623

class ContentAssociationSummary < Struct.new(
  :association_data,
  :association_type,
  :content_arn,
  :content_association_arn,
  :content_association_id,
  :content_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#content_association_arnString

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

Returns:

  • (String)


623
624
625
626
627
628
629
630
631
632
633
634
635
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 623

class ContentAssociationSummary < Struct.new(
  :association_data,
  :association_type,
  :content_arn,
  :content_association_arn,
  :content_association_id,
  :content_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#content_association_idString

The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


623
624
625
626
627
628
629
630
631
632
633
634
635
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 623

class ContentAssociationSummary < Struct.new(
  :association_data,
  :association_type,
  :content_arn,
  :content_association_arn,
  :content_association_id,
  :content_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#content_idString

The identifier of the content.

Returns:

  • (String)


623
624
625
626
627
628
629
630
631
632
633
634
635
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 623

class ContentAssociationSummary < Struct.new(
  :association_data,
  :association_type,
  :content_arn,
  :content_association_arn,
  :content_association_id,
  :content_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_arnString

The Amazon Resource Name (ARN) of the knowledge base.

Returns:

  • (String)


623
624
625
626
627
628
629
630
631
632
633
634
635
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 623

class ContentAssociationSummary < Struct.new(
  :association_data,
  :association_type,
  :content_arn,
  :content_association_arn,
  :content_association_id,
  :content_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base.

Returns:

  • (String)


623
624
625
626
627
628
629
630
631
632
633
634
635
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 623

class ContentAssociationSummary < Struct.new(
  :association_data,
  :association_type,
  :content_arn,
  :content_association_arn,
  :content_association_id,
  :content_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :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>)


623
624
625
626
627
628
629
630
631
632
633
634
635
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 623

class ContentAssociationSummary < Struct.new(
  :association_data,
  :association_type,
  :content_arn,
  :content_association_arn,
  :content_association_id,
  :content_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end