Class: Aws::OpenSearchService::Types::ListTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListTagsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ‘ListTags` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Amazon Resource Name (ARN) for the domain, data source, or application to view tags for.
Instance Attribute Details
#arn ⇒ String
Amazon Resource Name (ARN) for the domain, data source, or application to view tags for.
5371 5372 5373 5374 5375 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5371 class ListTagsRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |