Class: Aws::RDSDataService::Types::UpdateResult

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

Overview

The response elements represent the results of an update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#generated_fieldsArray<Types::Field>

Values for fields generated during the request.

Returns:



1035
1036
1037
1038
1039
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 1035

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