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:



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

#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)


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_atTime

Timestamp at which the checked OpenSearch Application was created.

Returns:

  • (Time)


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

Associated data sources to the checked OpenSearch Application.

Returns:



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

#endpointString

Endpoint URL of the checked OpenSearch Application.

Returns:

  • (String)


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

#idString

Unique identifier of the checked OpenSearch Application.

Returns:

  • (String)


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_atTime

Timestamp at which the checked OpenSearch Application was last updated.

Returns:

  • (Time)


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

#nameString

Name of the checked OpenSearch Application.

Returns:

  • (String)


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

#statusString

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

Returns:

  • (String)


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