Class: Aws::Types::GetQueryResultsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def next_token
  @next_token
end

#result_setTypes::ResultSet

Returns the value of attribute result_set.

Returns:



525
526
527
# File 'sig/types.rbs', line 525

def result_set
  @result_set
end

#update_count::Integer

Returns the value of attribute update_count.

Returns:

  • (::Integer)


524
525
526
# File 'sig/types.rbs', line 524

def update_count
  @update_count
end