Class: Aws::Types::GetInsightSummariesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInsightSummariesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#states ⇒ ::Array[("ACTIVE" | "CLOSED")]
Returns the value of attribute states.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
300 301 302 |
# File 'sig/types.rbs', line 300 def end_time @end_time end |
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
297 298 299 |
# File 'sig/types.rbs', line 297 def group_arn @group_arn end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
298 299 300 |
# File 'sig/types.rbs', line 298 def group_name @group_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
301 302 303 |
# File 'sig/types.rbs', line 301 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
302 303 304 |
# File 'sig/types.rbs', line 302 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
299 300 301 |
# File 'sig/types.rbs', line 299 def start_time @start_time end |
#states ⇒ ::Array[("ACTIVE" | "CLOSED")]
Returns the value of attribute states.
296 297 298 |
# File 'sig/types.rbs', line 296 def states @states end |