Class: Aws::OpenSearchService::Types::DetachDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DetachDataSourceResponse
- 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.
-
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#id ⇒ String
The unique identifier of the OpenSearch application.
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.
3730 3731 3732 3733 3734 3735 3736 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3730 class DetachDataSourceResponse < Struct.new( :id, :arn, :data_source_arn) 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.
3730 3731 3732 3733 3734 3735 3736 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3730 class DetachDataSourceResponse < Struct.new( :id, :arn, :data_source_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the OpenSearch application.
3730 3731 3732 3733 3734 3735 3736 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3730 class DetachDataSourceResponse < Struct.new( :id, :arn, :data_source_arn) SENSITIVE = [] include Aws::Structure end |