Class: Aws::OpenSearchService::Types::UpdateDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateDataSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The result of an ‘UpdateDataSource` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message associated with the updated data source.
Instance Attribute Details
#message ⇒ String
A message associated with the updated data source.
7016 7017 7018 7019 7020 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7016 class UpdateDataSourceResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |