Class: Aws::Types::GetInsightEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInsightEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def insight_id @insight_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
255 256 257 |
# File 'sig/types.rbs', line 255 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
256 257 258 |
# File 'sig/types.rbs', line 256 def next_token @next_token end |