Class: Aws::Types::DescribeQueryDefinitionsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.



723
724
725
# File 'sig/types.rbs', line 723

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



724
725
726
# File 'sig/types.rbs', line 724

def next_token
  @next_token
end

#query_definition_name_prefix::String

Returns the value of attribute query_definition_name_prefix.



722
723
724
# File 'sig/types.rbs', line 722

def query_definition_name_prefix
  @query_definition_name_prefix
end

#query_language"CWLI", ...

Returns the value of attribute query_language.



721
722
723
# File 'sig/types.rbs', line 721

def query_language
  @query_language
end