Class: Aws::OpenSearchService::Types::DetachDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DetachDataSourceRequest
- 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 to detach the data source from.
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.
3697 3698 3699 3700 3701 3702 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3697 class DetachDataSourceRequest < Struct.new( :id, :data_source_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier or name of the OpenSearch application to detach the data source from.
3697 3698 3699 3700 3701 3702 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3697 class DetachDataSourceRequest < Struct.new( :id, :data_source_arn) SENSITIVE = [] include Aws::Structure end |