Class: Aws::RDSDataService::Types::UpdateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::UpdateResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rdsdataservice/types.rb
Overview
The response elements represent the results of an update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generated_fields ⇒ Array<Types::Field>
Values for fields generated during the request.
Instance Attribute Details
#generated_fields ⇒ Array<Types::Field>
Values for fields generated during the request.
1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 1050 class UpdateResult < Struct.new( :generated_fields) SENSITIVE = [] include Aws::Structure end |