Class: Aws::AppFabric::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource for which you want to retrieve tags.

Returns:

  • (String)


1401
1402
1403
1404
1405
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1401

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