Class: Aws::OpenSearchService::Types::AttachDataSourceResponse

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)


766
767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-opensearchservice/types.rb', line 766

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

#attachment_idString

The unique identifier assigned to the data source attachment.

Returns:

  • (String)


766
767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-opensearchservice/types.rb', line 766

class AttachDataSourceResponse < Struct.new(
  :attachment_id,
  :id,
  :arn,
  :data_source_arn,
  :status)
  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)


766
767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-opensearchservice/types.rb', line 766

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

#idString

The unique identifier of the OpenSearch application.

Returns:

  • (String)


766
767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-opensearchservice/types.rb', line 766

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

#statusString

The status of the data source attachment. Valid values are ‘PENDING` (waiting for resources to become active), `ATTACHED` (successfully attached), and `FAILED` (attachment timed out or encountered a non-retryable error).

Returns:

  • (String)


766
767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-opensearchservice/types.rb', line 766

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