Class: Aws::NetworkFlowMonitor::Types::StopQueryMonitorTopContributorsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkflowmonitor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_nameString

The name of the monitor.

Returns:

  • (String)


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_idString

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.

Returns:

  • (String)


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