Class: Aws::IoTSiteWise::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The [ARN][1] of the resource to untag.
-
#tag_keys ⇒ Array<String>
A list of keys for tags to remove from the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource to untag.
8281 8282 8283 8284 8285 8286 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8281 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
A list of keys for tags to remove from the resource.
8281 8282 8283 8284 8285 8286 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8281 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |