Class: Aws::InternetMonitor::Types::StartQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::StartQueryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The internally-generated identifier of a specific query.
Instance Attribute Details
#query_id ⇒ String
The internally-generated identifier of a specific query.
1838 1839 1840 1841 1842 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1838 class StartQueryOutput < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |