Class: Aws::Panorama::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The resource's ARN.
Instance Attribute Details
#resource_arn ⇒ String
The resource's ARN.
1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1849 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |