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.
7626 7627 7628 7629 7630 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7626 class UpdateDataSourceResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |