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
Note:
When making an API call, you may pass ListTagsForResourceRequest data as a hash:
{
resource_arn: "Arn", # required
}
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.
4375 4376 4377 4378 4379 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4375 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |