Class: Aws::Types::GetStatementResultV2Response

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:



242
243
244
# File 'sig/types.rbs', line 242

def 
  @column_metadata
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def next_token
  @next_token
end

#records::Array[Types::QueryRecords]

Returns the value of attribute records.

Returns:



241
242
243
# File 'sig/types.rbs', line 241

def records
  @records
end

#result_format"JSON", "CSV"

Returns the value of attribute result_format.

Returns:

  • ("JSON", "CSV")


244
245
246
# File 'sig/types.rbs', line 244

def result_format
  @result_format
end

#total_num_rows::Integer

Returns the value of attribute total_num_rows.

Returns:

  • (::Integer)


243
244
245
# File 'sig/types.rbs', line 243

def total_num_rows
  @total_num_rows
end