Class: Aws::Types::GetContentAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetContentAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_association_id ⇒ ::String
Returns the value of attribute content_association_id.
-
#content_id ⇒ ::String
Returns the value of attribute content_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
Instance Attribute Details
#content_association_id ⇒ ::String
Returns the value of attribute content_association_id.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def content_association_id @content_association_id end |
#content_id ⇒ ::String
Returns the value of attribute content_id.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def content_id @content_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def knowledge_base_id @knowledge_base_id end |