Class: Aws::Types::DescribeQueriesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:



706
707
708
# File 'sig/types.rbs', line 706

def log_group_name
  @log_group_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



708
709
710
# File 'sig/types.rbs', line 708

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



709
710
711
# File 'sig/types.rbs', line 709

def next_token
  @next_token
end

#query_language"CWLI", ...

Returns the value of attribute query_language.

Returns:



710
711
712
# File 'sig/types.rbs', line 710

def query_language
  @query_language
end

#status"Scheduled", ...

Returns the value of attribute status.

Returns:



707
708
709
# File 'sig/types.rbs', line 707

def status
  @status
end