Module: Aws::NetworkFlowMonitor::Client::_GetQueryResultsMonitorTopContributorsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQueryResultsMonitorTopContributorsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #top_contributors ⇒ ::Array[Types::MonitorTopContributorsRow]
- #unit ⇒ "Seconds", ...
Instance Method Details
#next_token ⇒ ::String
169 |
# File 'sig/client.rbs', line 169
def next_token: () -> ::String
|
#top_contributors ⇒ ::Array[Types::MonitorTopContributorsRow]
168 |
# File 'sig/client.rbs', line 168
def top_contributors: () -> ::Array[Types::MonitorTopContributorsRow]
|
#unit ⇒ "Seconds", ...
167 |
# File 'sig/client.rbs', line 167
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")
|