Class: Aws::InternetMonitor::Types::GetQueryStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::GetQueryStatusInput
- 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 return the status for.
Instance Attribute Details
#monitor_name ⇒ String
The name of the monitor.
754 755 756 757 758 759 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 754 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.
754 755 756 757 758 759 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 754 class GetQueryStatusInput < Struct.new( :monitor_name, :query_id) SENSITIVE = [] include Aws::Structure end |