Class: Aws::InternetMonitor::Types::StopQueryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::StopQueryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_name ⇒ String
The name of the monitor.
-
#query_id ⇒ String
The ID of the query that you want to stop.
Instance Attribute Details
#monitor_name ⇒ String
The name of the monitor.
1855 1856 1857 1858 1859 1860 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1855 class StopQueryInput < Struct.new( :monitor_name, :query_id) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the query that you want to stop. A ‘QueryId` is an internally-generated identifier for a specific query.
1855 1856 1857 1858 1859 1860 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1855 class StopQueryInput < Struct.new( :monitor_name, :query_id) SENSITIVE = [] include Aws::Structure end |