Class: Aws::NetworkFlowMonitor::Types::StartQueryWorkloadInsightsTopContributorsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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 start a query.

Returns:

  • (String)


1423
1424
1425
1426
1427
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1423

class StartQueryWorkloadInsightsTopContributorsOutput < Struct.new(
  :query_id)
  SENSITIVE = []
  include Aws::Structure
end