Class: Aws::OpenSearchService::Types::DetachDataSourceResponse

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

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


3730
3731
3732
3733
3734
3735
3736
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3730

class DetachDataSourceResponse < Struct.new(
  :id,
  :arn,
  :data_source_arn)
  SENSITIVE = []
  include Aws::Structure
end

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


3730
3731
3732
3733
3734
3735
3736
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3730

class DetachDataSourceResponse < Struct.new(
  :id,
  :arn,
  :data_source_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the OpenSearch application.

Returns:

  • (String)


3730
3731
3732
3733
3734
3735
3736
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3730

class DetachDataSourceResponse < Struct.new(
  :id,
  :arn,
  :data_source_arn)
  SENSITIVE = []
  include Aws::Structure
end