Class: Aws::InternetMonitor::Types::GetQueryStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::GetQueryStatusInput
- Defined in:
- gems/aws-sdk-internetmonitor/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 return the status for.
Instance Attribute Details
#monitor_name ⇒ String
The name of the monitor.
610 611 612 613 614 615 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 610 class GetQueryStatusInput < Struct.new( :monitor_name, :query_id) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the query that you want to return the status for. A
QueryId
is an internally-generated dentifier for a specific query.
610 611 612 613 614 615 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 610 class GetQueryStatusInput < Struct.new( :monitor_name, :query_id) SENSITIVE = [] include Aws::Structure end |