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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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 to view tags for.

Returns:

  • (String)


4304
4305
4306
4307
4308
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4304

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