Class: Aws::RDSDataService::Types::ResultFrame

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb

Overview

The result set returned by a SQL statement.

This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recordsArray<Types::Record>

The records in the result set.

Returns:



759
760
761
762
763
764
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 759

class ResultFrame < Struct.new(
  :result_set_metadata,
  :records)
  SENSITIVE = []
  include Aws::Structure
end

#result_set_metadataTypes::ResultSetMetadata

The result-set metadata in the result set.



759
760
761
762
763
764
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 759

class ResultFrame < Struct.new(
  :result_set_metadata,
  :records)
  SENSITIVE = []
  include Aws::Structure
end