Module: Aws::NetworkFlowMonitor::Client::_GetQueryResultsWorkloadInsightsTopContributorsDataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQueryResultsWorkloadInsightsTopContributorsDataOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #datapoints ⇒ ::Array[Types::WorkloadInsightsTopContributorsDataPoint]
- #next_token ⇒ ::String
- #unit ⇒ "Seconds", ...
Instance Method Details
#datapoints ⇒ ::Array[Types::WorkloadInsightsTopContributorsDataPoint]
197 |
# File 'sig/client.rbs', line 197
def datapoints: () -> ::Array[Types::WorkloadInsightsTopContributorsDataPoint]
|
#next_token ⇒ ::String
198 |
# File 'sig/client.rbs', line 198
def next_token: () -> ::String
|
#unit ⇒ "Seconds", ...
196 |
# File 'sig/client.rbs', line 196
def unit: () -> ("Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")
|