Class: Aws::AppFabric::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which you want to retrieve tags.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which you want to retrieve tags.
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 |