Class: Aws::OpenSearchService::Types::DescribeDataSourceAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDataSourceAttachmentResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#attachment_id ⇒ String
The unique identifier assigned to the data source attachment.
-
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#id ⇒ String
The unique identifier of the OpenSearch application.
-
#status ⇒ String
The status of the data source attachment.
Instance Attribute Details
#arn ⇒ String
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.
2907 2908 2909 2910 2911 2912 2913 2914 2915 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2907 class DescribeDataSourceAttachmentResponse < Struct.new( :attachment_id, :id, :arn, :data_source_arn, :status) SENSITIVE = [] include Aws::Structure end |
#attachment_id ⇒ String
The unique identifier assigned to the data source attachment.
2907 2908 2909 2910 2911 2912 2913 2914 2915 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2907 class DescribeDataSourceAttachmentResponse < Struct.new( :attachment_id, :id, :arn, :data_source_arn, :status) SENSITIVE = [] include Aws::Structure end |
#data_source_arn ⇒ String
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.
2907 2908 2909 2910 2911 2912 2913 2914 2915 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2907 class DescribeDataSourceAttachmentResponse < Struct.new( :attachment_id, :id, :arn, :data_source_arn, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the OpenSearch application.
2907 2908 2909 2910 2911 2912 2913 2914 2915 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2907 class DescribeDataSourceAttachmentResponse < Struct.new( :attachment_id, :id, :arn, :data_source_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data source attachment. Valid values are
PENDING, ATTACHED, and FAILED.
2907 2908 2909 2910 2911 2912 2913 2914 2915 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2907 class DescribeDataSourceAttachmentResponse < Struct.new( :attachment_id, :id, :arn, :data_source_arn, :status) SENSITIVE = [] include Aws::Structure end |