Class: Aws::OpenSearchService::Types::DescribeDataSourceAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDataSourceAttachmentRequest
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#id ⇒ String
The unique identifier or name of the OpenSearch application.
Instance Attribute Details
#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.
2853 2854 2855 2856 2857 2858 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2853 class DescribeDataSourceAttachmentRequest < Struct.new( :id, :data_source_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier or name of the OpenSearch application.
2853 2854 2855 2856 2857 2858 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2853 class DescribeDataSourceAttachmentRequest < Struct.new( :id, :data_source_arn) SENSITIVE = [] include Aws::Structure end |