Class: Aws::Types::InsightConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InsightConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computations ⇒ ::Array[Types::Computation]
Returns the value of attribute computations.
-
#custom_narrative ⇒ Types::CustomNarrativeOptions
Returns the value of attribute custom_narrative.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
Instance Attribute Details
#computations ⇒ ::Array[Types::Computation]
Returns the value of attribute computations.
6822 6823 6824 |
# File 'sig/types.rbs', line 6822 def computations @computations end |
#custom_narrative ⇒ Types::CustomNarrativeOptions
Returns the value of attribute custom_narrative.
6823 6824 6825 |
# File 'sig/types.rbs', line 6823 def custom_narrative @custom_narrative end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6824 6825 6826 |
# File 'sig/types.rbs', line 6824 def interactions @interactions end |