Class: Aws::Types::ContentSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ContentSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_ids ⇒ ::Array[::String]
Returns the value of attribute data_source_ids.
-
#direct_put_content ⇒ Boolean
Returns the value of attribute direct_put_content.
-
#faq_ids ⇒ ::Array[::String]
Returns the value of attribute faq_ids.
Instance Attribute Details
#data_source_ids ⇒ ::Array[::String]
Returns the value of attribute data_source_ids.
358 359 360 |
# File 'sig/types.rbs', line 358 def data_source_ids @data_source_ids end |
#direct_put_content ⇒ Boolean
Returns the value of attribute direct_put_content.
360 361 362 |
# File 'sig/types.rbs', line 360 def direct_put_content @direct_put_content end |
#faq_ids ⇒ ::Array[::String]
Returns the value of attribute faq_ids.
359 360 361 |
# File 'sig/types.rbs', line 359 def faq_ids @faq_ids end |