Class: Aws::RoboMaker::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The AWS RoboMaker Amazon Resource Name (ARN) with tags to be listed.
Instance Attribute Details
#resource_arn ⇒ String
The AWS RoboMaker Amazon Resource Name (ARN) with tags to be listed.
3666 3667 3668 3669 3670 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3666 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |