Class: Aws::AppStream::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UntagResourceRequest
- 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.
-
#tag_keys ⇒ Array<String>
The tag keys for the tags to disassociate.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
5059 5060 5061 5062 5063 5064 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5059 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys for the tags to disassociate.
5059 5060 5061 5062 5063 5064 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5059 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |