Class: Aws::Types::GetQueryResultsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def max_items
  @max_items
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def next_token
  @next_token
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def query_id
  @query_id
end