Class: Aws::OpenSearchService::Types::ListTagsRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

Amazon Resource Name (ARN) for the domain, data source, or application to view tags for.

Returns:

  • (String)


5371
5372
5373
5374
5375
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5371

class ListTagsRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end