Class: Aws::OpenSearchService::Types::UpdateApplicationResponse

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>

Configurations for the updated OpenSearch Application.

Returns:



7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221

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

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


7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221

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_atTime

Timestamp at which the OpenSearch Application was created.

Returns:

  • (Time)


7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221

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

Data sources associated with the updated OpenSearch Application.

Returns:



7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221

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

IAM Identity Center settings for the updated OpenSearch Application.



7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221

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

#idString

Unique identifier of the updated OpenSearch Application.

Returns:

  • (String)


7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221

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_atTime

Timestamp at which the OpenSearch Application was last updated.

Returns:

  • (Time)


7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221

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

#nameString

Name of the updated OpenSearch Application.

Returns:

  • (String)


7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7221

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