Class: Aws::OpenSearchService::Types::GetApplicationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_configsArray<Types::AppConfig>

App configurations of the checked OpenSearch Application.

Returns:



3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3826

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

#arnString

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.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/index.html

Returns:

  • (String)


3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3826

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_atTime

Timestamp at which the checked OpenSearch Application was created.

Returns:

  • (Time)


3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3826

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_sourcesArray<Types::DataSource>

Associated data sources to the checked OpenSearch Application.

Returns:



3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3826

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

#endpointString

Endpoint URL of the checked OpenSearch Application.

Returns:

  • (String)


3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3826

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_optionsTypes::IamIdentityCenterOptions

IAM Identity Center settings for the checked OpenSearch Application.



3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3826

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

#idString

Unique identifier of the checked OpenSearch Application.

Returns:

  • (String)


3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3826

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_atTime

Timestamp at which the checked OpenSearch Application was last updated.

Returns:

  • (Time)


3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3826

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

#nameString

Name of the checked OpenSearch Application.

Returns:

  • (String)


3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3826

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

#statusString

Current status of the checked OpenSearch Application. Possible values are ‘CREATING`, `UPDATING`, `DELETING`, `FAILED`, `ACTIVE`, and `DELETED`.

Returns:

  • (String)


3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3826

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