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

#data::Array[::Array[::String]]

Returns the value of attribute data.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def data
  @data
end

#fields::Array[Types::QueryField]

Returns the value of attribute fields.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def fields
  @fields
end

#next_token::String

Returns the value of attribute next_token.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def next_token
  @next_token
end