Class: Aws::Repostspace::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource that the tags are associated with.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource that the tags are associated with.
429 430 431 432 433 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 429 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |