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.
7276 7277 7278 7279 7280 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7276 class UpdateDataSourceResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |