Class: Aws::Types::DescribeQueryDefinitionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end

#query_definition_name_prefix::String

Returns the value of attribute query_definition_name_prefix.

Returns:

  • (::String)


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

def query_definition_name_prefix
  @query_definition_name_prefix
end

#query_language"CWLI", ...

Returns the value of attribute query_language.

Returns:

  • ("CWLI", "SQL", "PPL")


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

def query_language
  @query_language
end