Class: Aws::Types::ListInsightsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInsightsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity ⇒ Types::InsightEntity
Returns the value of attribute entity.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
-
#time_range ⇒ Types::InsightTimeRange
Returns the value of attribute time_range.
Instance Attribute Details
#entity ⇒ Types::InsightEntity
Returns the value of attribute entity.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def entity @entity end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def next_token @next_token end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def sort_order @sort_order end |
#time_range ⇒ Types::InsightTimeRange
Returns the value of attribute time_range.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def time_range @time_range end |