Class: Aws::Types::CreateContentAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::ContentAssociationContents

Returns the value of attribute association.



705
706
707
# File 'sig/types.rbs', line 705

def association
  @association
end

#association_type"AMAZON_CONNECT_GUIDE"

Returns the value of attribute association_type.

Returns:

  • ("AMAZON_CONNECT_GUIDE")


704
705
706
# File 'sig/types.rbs', line 704

def association_type
  @association_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def client_token
  @client_token
end

#content_id::String

Returns the value of attribute content_id.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def content_id
  @content_id
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def knowledge_base_id
  @knowledge_base_id
end

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

Returns the value of attribute tags.

Returns:

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


706
707
708
# File 'sig/types.rbs', line 706

def tags
  @tags
end