Class: Aws::QConnect::Types::ContentData

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

Overview

Information about the content.

Constant Summary collapse

SENSITIVE =
[:url]

Instance Attribute Summary collapse

Instance Attribute Details

#content_arnString

The Amazon Resource Name (ARN) of the content.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#content_idString

The identifier of the content.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#content_typeString

The media type of the content.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#knowledge_base_arnString

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

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

The URI of the content.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#metadataHash<String,String>

A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q in Connect, you can store an external version identifier as metadata to utilize for determining drift.

Returns:

  • (Hash<String,String>)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#nameString

The name of the content.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#revision_idString

The identifier of the content revision.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#statusString

The status of the content.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#titleString

The title of the content.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#urlString

The URL of the content.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end

#url_expiryTime

The expiration time of the URL as an epoch timestamp.

Returns:

  • (Time)


547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 547

class ContentData < Struct.new(
  :content_arn,
  :content_id,
  :content_type,
  :knowledge_base_arn,
  :knowledge_base_id,
  :link_out_uri,
  :metadata,
  :name,
  :revision_id,
  :status,
  :tags,
  :title,
  :url,
  :url_expiry)
  SENSITIVE = [:url]
  include Aws::Structure
end