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>
The configuration settings to modify for the OpenSearch application.
-
#data_sources ⇒ Array<Types::DataSource>
The data sources to associate with the OpenSearch application.
-
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptionsInput
Configuration settings for integrating IAM Identity Center with the OpenSearch application.
-
#id ⇒ String
The unique identifier for the OpenSearch application to be updated.
Instance Attribute Details
#app_configs ⇒ Array<Types::AppConfig>
The configuration settings to modify for the OpenSearch application.
8346 8347 8348 8349 8350 8351 8352 8353 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8346 class UpdateApplicationRequest < Struct.new( :id, :data_sources, :app_configs, :iam_identity_center_options) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<Types::DataSource>
The data sources to associate with the OpenSearch application.
8346 8347 8348 8349 8350 8351 8352 8353 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8346 class UpdateApplicationRequest < Struct.new( :id, :data_sources, :app_configs, :iam_identity_center_options) SENSITIVE = [] include Aws::Structure end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptionsInput
Configuration settings for integrating IAM Identity Center with the OpenSearch application.
8346 8347 8348 8349 8350 8351 8352 8353 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8346 class UpdateApplicationRequest < Struct.new( :id, :data_sources, :app_configs, :iam_identity_center_options) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the OpenSearch application to be updated.
8346 8347 8348 8349 8350 8351 8352 8353 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8346 class UpdateApplicationRequest < Struct.new( :id, :data_sources, :app_configs, :iam_identity_center_options) SENSITIVE = [] include Aws::Structure end |