Class: Aws::NetworkFlowMonitor::Types::StopQueryMonitorTopContributorsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFlowMonitor::Types::StopQueryMonitorTopContributorsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkflowmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_name ⇒ String
The name of the monitor.
-
#query_id ⇒ String
The identifier for the query.
Instance Attribute Details
#monitor_name ⇒ String
The name of the monitor.
1441 1442 1443 1444 1445 1446 |
# File 'lib/aws-sdk-networkflowmonitor/types.rb', line 1441 class StopQueryMonitorTopContributorsInput < Struct.new( :monitor_name, :query_id) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The identifier for the query. A query ID is an internally-generated identifier for a specific query returned from an API call to create a query.
1441 1442 1443 1444 1445 1446 |
# File 'lib/aws-sdk-networkflowmonitor/types.rb', line 1441 class StopQueryMonitorTopContributorsInput < Struct.new( :monitor_name, :query_id) SENSITIVE = [] include Aws::Structure end |