Class: Aws::RDSDataService::Types::StructValue

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

Overview

A structure value returned by a call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Value>

The attributes returned in the record.

Returns:



946
947
948
949
950
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 946

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