Class: Aws::Types::CreateContentAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContentAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association ⇒ Types::ContentAssociationContents
Returns the value of attribute association.
-
#association_type ⇒ "AMAZON_CONNECT_GUIDE"
Returns the value of attribute association_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content_id ⇒ ::String
Returns the value of attribute content_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#association ⇒ Types::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.
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.
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.
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.
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.
706 707 708 |
# File 'sig/types.rbs', line 706 def @tags end |