Class: Aws::Types::ContentAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContentAssociationSummary
- 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.
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.
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.
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.
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.
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.
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.
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.
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.
494 495 496 |
# File 'sig/types.rbs', line 494 def @tags end |