Class: Aws::OpenSearchService::Types::UpdateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_configs ⇒ Array<Types::AppConfig>
Configurations to be changed for the OpenSearch Application.
-
#data_sources ⇒ Array<Types::DataSource>
Data sources to be associated with the OpenSearch Application.
-
#id ⇒ String
Unique identifier of the OpenSearch Application to be updated.
Instance Attribute Details
#app_configs ⇒ Array<Types::AppConfig>
Configurations to be changed for the OpenSearch Application.
6913 6914 6915 6916 6917 6918 6919 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6913 class UpdateApplicationRequest < Struct.new( :id, :data_sources, :app_configs) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<Types::DataSource>
Data sources to be associated with the OpenSearch Application.
6913 6914 6915 6916 6917 6918 6919 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6913 class UpdateApplicationRequest < Struct.new( :id, :data_sources, :app_configs) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier of the OpenSearch Application to be updated.
6913 6914 6915 6916 6917 6918 6919 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6913 class UpdateApplicationRequest < Struct.new( :id, :data_sources, :app_configs) SENSITIVE = [] include Aws::Structure end |