Module: Aws::Deadline::Client::_GetSessionsStatisticsAggregationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSessionsStatisticsAggregationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #statistics ⇒ ::Array[Types::Statistics]
- #status ⇒ "IN_PROGRESS", ...
- #status_message ⇒ ::String
Instance Method Details
#next_token ⇒ ::String
1152 |
# File 'sig/client.rbs', line 1152
def next_token: () -> ::String
|
#statistics ⇒ ::Array[Types::Statistics]
1149 |
# File 'sig/client.rbs', line 1149
def statistics: () -> ::Array[Types::Statistics]
|
#status ⇒ "IN_PROGRESS", ...
1150 |
# File 'sig/client.rbs', line 1150
def status: () -> ("IN_PROGRESS" | "TIMEOUT" | "FAILED" | "COMPLETED")
|
#status_message ⇒ ::String
1151 |
# File 'sig/client.rbs', line 1151
def status_message: () -> ::String
|