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.
-
#reference_type ⇒ "WEB_CRAWLER", ...
Returns the value of attribute reference_type.
-
#source_url ⇒ ::String
Returns the value of attribute source_url.
Instance Attribute Details
#content_arn ⇒ ::String
Returns the value of attribute content_arn.
536 537 538 |
# File 'sig/types.rbs', line 536 def content_arn @content_arn end |
#content_id ⇒ ::String
Returns the value of attribute content_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def content_id @content_id end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
534 535 536 |
# File 'sig/types.rbs', line 534 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
535 536 537 |
# File 'sig/types.rbs', line 535 def knowledge_base_id @knowledge_base_id end |
#reference_type ⇒ "WEB_CRAWLER", ...
Returns the value of attribute reference_type.
539 540 541 |
# File 'sig/types.rbs', line 539 def reference_type @reference_type end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
538 539 540 |
# File 'sig/types.rbs', line 538 def source_url @source_url end |