Class: Aws::OpenSearchService::Types::UpdateDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateDataSourceResponse
- Defined in:
- gems/aws-sdk-opensearchservice/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.
7676 7677 7678 7679 7680 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7676 class UpdateDataSourceResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |