Class: Aws::Types::GetInsightsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInsightsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#insight_arns ⇒ ::Array[::String]
Returns the value of attribute insight_arns.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#insight_arns ⇒ ::Array[::String]
Returns the value of attribute insight_arns.
6077 6078 6079 |
# File 'sig/types.rbs', line 6077 def insight_arns @insight_arns end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6079 6080 6081 |
# File 'sig/types.rbs', line 6079 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6078 6079 6080 |
# File 'sig/types.rbs', line 6078 def next_token @next_token end |