Class: Aws::LookoutforVision::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the model for which you want to list tags.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the model for which you want to list tags.
1148 1149 1150 1151 1152 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1148 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |