Class: Aws::AppStream::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
4107 4108 4109 4110 4111 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4107 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |