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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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:



4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4093

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 in Using Amazon Web Services Identity and Access Management for more information.

Returns:

  • (String)


4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4093

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)


4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4093

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:



4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4093

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)


4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4093

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.



4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4093

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)


4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4093

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)


4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4093

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)


4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4093

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)


4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4093

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