Class: Aws::Types::ContentAssociationSummary

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.



493
494
495
# File 'sig/types.rbs', line 493

def association_data
  @association_data
end

#association_type"AMAZON_CONNECT_GUIDE"

Returns the value of attribute association_type.

Returns:

  • ("AMAZON_CONNECT_GUIDE")


492
493
494
# File 'sig/types.rbs', line 492

def association_type
  @association_type
end

#content_arn::String

Returns the value of attribute content_arn.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def content_arn
  @content_arn
end

#content_association_arn::String

Returns the value of attribute content_association_arn.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def content_association_arn
  @content_association_arn
end

#content_association_id::String

Returns the value of attribute content_association_id.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def content_association_id
  @content_association_id
end

#content_id::String

Returns the value of attribute content_id.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def content_id
  @content_id
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def knowledge_base_id
  @knowledge_base_id
end

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

Returns the value of attribute tags.

Returns:

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


494
495
496
# File 'sig/types.rbs', line 494

def tags
  @tags
end