Class: Aws::InternetMonitor::Types::GetQueryStatusInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_nameString

The name of the monitor.

Returns:

  • (String)


754
755
756
757
758
759
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 754

class GetQueryStatusInput < Struct.new(
  :monitor_name,
  :query_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_idString

The ID of the query that you want to return the status for. A QueryId is an internally-generated dentifier for a specific query.

Returns:

  • (String)


754
755
756
757
758
759
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 754

class GetQueryStatusInput < Struct.new(
  :monitor_name,
  :query_id)
  SENSITIVE = []
  include Aws::Structure
end