Class: Aws::RDSDataService::Types::Record

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

Overview

A record returned by a call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<Types::Value>

The values returned in the record.

Returns:



708
709
710
711
712
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 708

class Record < Struct.new(
  :values)
  SENSITIVE = []
  include Aws::Structure
end