Class: Aws::Types::ContentAssociationData
- Inherits:
-
Object
- Object
- Aws::Types::ContentAssociationData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_data ⇒ Types::ContentAssociationContents
Returns the value of attribute association_data.
-
#association_type ⇒ "AMAZON_CONNECT_GUIDE"
Returns the value of attribute association_type.
-
#content_arn ⇒ ::String
Returns the value of attribute content_arn.
-
#content_association_arn ⇒ ::String
Returns the value of attribute content_association_arn.
-
#content_association_id ⇒ ::String
Returns the value of attribute content_association_id.
-
#content_id ⇒ ::String
Returns the value of attribute content_id.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#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_data ⇒ Types::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.
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.
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.
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.
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.
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.
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.
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.
481 482 483 |
# File 'sig/types.rbs', line 481 def end |