Class: Aws::Repostspace::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource that the tags are associated with.

Returns:

  • (String)


322
323
324
325
326
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 322

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