Class: Aws::OpenSearchService::Types::GetApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_configs ⇒ Array<Types::AppConfig>
App configurations of the checked OpenSearch Application.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#created_at ⇒ Time
Timestamp at which the checked OpenSearch Application was created.
-
#data_sources ⇒ Array<Types::DataSource>
Associated data sources to the checked OpenSearch Application.
-
#endpoint ⇒ String
Endpoint URL of the checked OpenSearch Application.
-
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
IAM Identity Center settings for the checked OpenSearch Application.
-
#id ⇒ String
Unique identifier of the checked OpenSearch Application.
-
#last_updated_at ⇒ Time
Timestamp at which the checked OpenSearch Application was last updated.
-
#name ⇒ String
Name of the checked OpenSearch Application.
-
#status ⇒ String
Current status of the checked OpenSearch Application.
Instance Attribute Details
#app_configs ⇒ Array<Types::AppConfig>
App configurations of the checked OpenSearch Application.
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3938 class GetApplicationResponse < Struct.new( :id, :arn, :name, :endpoint, :status, :iam_identity_center_options, :data_sources, :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.
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3938 class GetApplicationResponse < Struct.new( :id, :arn, :name, :endpoint, :status, :iam_identity_center_options, :data_sources, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp at which the checked OpenSearch Application was created.
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3938 class GetApplicationResponse < Struct.new( :id, :arn, :name, :endpoint, :status, :iam_identity_center_options, :data_sources, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<Types::DataSource>
Associated data sources to the checked OpenSearch Application.
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3938 class GetApplicationResponse < Struct.new( :id, :arn, :name, :endpoint, :status, :iam_identity_center_options, :data_sources, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ String
Endpoint URL of the checked OpenSearch Application.
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3938 class GetApplicationResponse < Struct.new( :id, :arn, :name, :endpoint, :status, :iam_identity_center_options, :data_sources, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
IAM Identity Center settings for the checked OpenSearch Application.
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3938 class GetApplicationResponse < Struct.new( :id, :arn, :name, :endpoint, :status, :iam_identity_center_options, :data_sources, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier of the checked OpenSearch Application.
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3938 class GetApplicationResponse < Struct.new( :id, :arn, :name, :endpoint, :status, :iam_identity_center_options, :data_sources, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
Timestamp at which the checked OpenSearch Application was last updated.
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3938 class GetApplicationResponse < Struct.new( :id, :arn, :name, :endpoint, :status, :iam_identity_center_options, :data_sources, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the checked OpenSearch Application.
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3938 class GetApplicationResponse < Struct.new( :id, :arn, :name, :endpoint, :status, :iam_identity_center_options, :data_sources, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the checked OpenSearch Application. Possible values are ‘CREATING`, `UPDATING`, `DELETING`, `FAILED`, `ACTIVE`, and `DELETED`.
3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3938 class GetApplicationResponse < Struct.new( :id, :arn, :name, :endpoint, :status, :iam_identity_center_options, :data_sources, :app_configs, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |