Class: Aws::Types::ContentAssociationData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_dataTypes::ContentAssociationContents

Returns the value of attribute association_data.



480
481
482
# File 'sig/types.rbs', line 480

def association_data
  @association_data
end

#association_type"AMAZON_CONNECT_GUIDE"

Returns the value of attribute association_type.

Returns:

  • ("AMAZON_CONNECT_GUIDE")


479
480
481
# File 'sig/types.rbs', line 479

def association_type
  @association_type
end

#content_arn::String

Returns the value of attribute content_arn.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def content_arn
  @content_arn
end

#content_association_arn::String

Returns the value of attribute content_association_arn.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def content_association_arn
  @content_association_arn
end

#content_association_id::String

Returns the value of attribute content_association_id.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def content_association_id
  @content_association_id
end

#content_id::String

Returns the value of attribute content_id.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def content_id
  @content_id
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def knowledge_base_id
  @knowledge_base_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


481
482
483
# File 'sig/types.rbs', line 481

def tags
  @tags
end