Class: Aws::OpenSearchService::Types::AddDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AddDataSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The result of an ‘AddDataSource` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message associated with creation of the data source.
Instance Attribute Details
#message ⇒ String
A message associated with creation of the data source.
187 188 189 190 191 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 187 class AddDataSourceResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |