Class: Aws::Types::GetStatementResultResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_metadata::Array[Types::ColumnMetadata]

Returns the value of attribute column_metadata.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def 
  @column_metadata
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def next_token
  @next_token
end

#records::Array[::Array[Types::Field]]

Returns the value of attribute records.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def records
  @records
end

#total_num_rows::Integer

Returns the value of attribute total_num_rows.

Returns:

  • (::Integer)


228
229
230
# File 'sig/types.rbs', line 228

def total_num_rows
  @total_num_rows
end