Class: Aws::RDSDataService::Types::StructValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::StructValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rdsdataservice/types.rb
Overview
A structure value returned by a call.
<note markdown=“1”> This data structure is only used with the deprecated ‘ExecuteSql` operation. Use the `BatchExecuteStatement` or `ExecuteStatement` operation instead.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::Value>
The attributes returned in the record.
Instance Attribute Details
#attributes ⇒ Array<Types::Value>
The attributes returned in the record.
1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1003 class StructValue < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |