Class: Aws::OpenSearchServerless::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource. The resource must be
active (not in the DELETING state), and must be owned by the
account ID included in the request.
2424 2425 2426 2427 2428 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2424 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |