Class: Aws::Types::StartQueryInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


370
371
372
# File 'sig/types.rbs', line 370

def end_time
  @end_time
end

#filter_parameters::Array[Types::FilterParameter]

Returns the value of attribute filter_parameters.

Returns:



372
373
374
# File 'sig/types.rbs', line 372

def filter_parameters
  @filter_parameters
end

#linked_account_id::String

Returns the value of attribute linked_account_id.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def 
  @linked_account_id
end

#monitor_name::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def monitor_name
  @monitor_name
end

#query_type"MEASUREMENTS", ...

Returns the value of attribute query_type.

Returns:

  • ("MEASUREMENTS", "TOP_LOCATIONS", "TOP_LOCATION_DETAILS", "OVERALL_TRAFFIC_SUGGESTIONS", "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS", "ROUTING_SUGGESTIONS")


371
372
373
# File 'sig/types.rbs', line 371

def query_type
  @query_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


369
370
371
# File 'sig/types.rbs', line 369

def start_time
  @start_time
end