Class: Aws::Repostspace::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource.
-
#tag_keys ⇒ Array<String>
The key values of the tag.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource.
700 701 702 703 704 705 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 700 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The key values of the tag.
700 701 702 703 704 705 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 700 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |