Class: Aws::RDSDataService::Types::StructValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::StructValue
- Defined in:
- gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb
Overview
A structure value returned by a call.
ExecuteSql
operation. Use the BatchExecuteStatement
or ExecuteStatement
operation instead.
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.
895 896 897 898 899 |
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 895 class StructValue < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |