Class: Aws::InternetMonitor::Types::GetQueryResultsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The number of query results that you want to return with this call.

Returns:

  • (Integer)


706
707
708
709
710
711
712
713
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 706

class GetQueryResultsInput < Struct.new(
  :monitor_name,
  :query_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_nameString

The name of the monitor to return data for.

Returns:

  • (String)


706
707
708
709
710
711
712
713
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 706

class GetQueryResultsInput < Struct.new(
  :monitor_name,
  :query_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. You receive this token from a previous call.

Returns:

  • (String)


706
707
708
709
710
711
712
713
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 706

class GetQueryResultsInput < Struct.new(
  :monitor_name,
  :query_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#query_idString

The ID of the query that you want to return data results for. A QueryId is an internally-generated identifier for a specific query.

Returns:

  • (String)


706
707
708
709
710
711
712
713
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 706

class GetQueryResultsInput < Struct.new(
  :monitor_name,
  :query_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end