Class: Aws::OpenSearchService::Types::DescribeDataSourceAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDataSourceAttachmentRequest
- Includes:
- Structure
- Defined in:
- 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 ][1] in *Using Amazon Web Services Identity and Access Management* for more information.
2853 2854 2855 2856 2857 2858 |
# File '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 'lib/aws-sdk-opensearchservice/types.rb', line 2853 class DescribeDataSourceAttachmentRequest < Struct.new( :id, :data_source_arn) SENSITIVE = [] include Aws::Structure end |