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

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>

Configurations for the updated OpenSearch Application.

Returns:



6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961

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 ][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)


6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961

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)


6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961

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:



6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961

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.



6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961

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)


6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961

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)


6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961

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)


6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6961

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