Class: Aws::Types::ContentReference
- Inherits:
-
Object
- Object
- Aws::Types::ContentReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_arn ⇒ ::String
Returns the value of attribute content_arn.
-
#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.
Instance Attribute Details
#content_arn ⇒ ::String
Returns the value of attribute content_arn.
137 138 139 |
# File 'sig/types.rbs', line 137 def content_arn @content_arn end |
#content_id ⇒ ::String
Returns the value of attribute content_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def content_id @content_id end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
139 140 141 |
# File 'sig/types.rbs', line 139 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
140 141 142 |
# File 'sig/types.rbs', line 140 def knowledge_base_id @knowledge_base_id end |