Class: Aws::OpenSearchService::Types::UpdateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateApplicationResponse
- 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 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.
6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961 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 ][1] in *Using Amazon Web Services Identity and Access Management* for more information.
6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961 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.
6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961 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.
6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961 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.
6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961 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.
6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961 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.
6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961 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.
6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961 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 |