Class: Aws::OpenSearchService::Types::UpdateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateApplicationResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_configs ⇒ Array<Types::AppConfig>
Configurations for the updated OpenSearch Application.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#created_at ⇒ Time
Timestamp at which the OpenSearch Application was created.
-
#data_sources ⇒ Array<Types::DataSource>
Data sources associated with the updated OpenSearch Application.
-
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
IAM Identity Center settings for the updated OpenSearch Application.
-
#id ⇒ String
Unique identifier of the updated OpenSearch Application.
-
#last_updated_at ⇒ Time
Timestamp at which the OpenSearch Application was last updated.
-
#name ⇒ String
Name of the updated OpenSearch Application.
Instance Attribute Details
#app_configs ⇒ Array<Types::AppConfig>
Configurations for the updated OpenSearch Application.
7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221 class UpdateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using Amazon Web Services Identity and Access Management for more information.
7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221 class UpdateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp at which the OpenSearch Application was created.
7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221 class UpdateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<Types::DataSource>
Data sources associated with the updated OpenSearch Application.
7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221 class UpdateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
IAM Identity Center settings for the updated OpenSearch Application.
7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221 class UpdateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier of the updated OpenSearch Application.
7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221 class UpdateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
Timestamp at which the OpenSearch Application was last updated.
7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221 class UpdateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the updated OpenSearch Application.
7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221 class UpdateApplicationResponse < Struct.new( :id, :name, :arn, :data_sources, :iam_identity_center_options, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |