Class: Aws::InternetMonitor::Types::GetQueryResultsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::GetQueryResultsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of query results that you want to return with this call.
-
#monitor_name ⇒ String
The name of the monitor to return data for.
-
#next_token ⇒ String
The token for the next set of results.
-
#query_id ⇒ String
The ID of the query that you want to return data results for.
Instance Attribute Details
#max_results ⇒ Integer
The number of query results that you want to return with this call.
706 707 708 709 710 711 712 713 |
# File '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_name ⇒ String
The name of the monitor to return data for.
706 707 708 709 710 711 712 713 |
# File '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_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
706 707 708 709 710 711 712 713 |
# File '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_id ⇒ String
The ID of the query that you want to return data results for. A ‘QueryId` is an internally-generated identifier for a specific query.
706 707 708 709 710 711 712 713 |
# File '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 |