Class: Aws::Finspace::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
A FinSpace resource from which you want to remove a tag or tags.
-
#tag_keys ⇒ Array<String>
The tag keys (names) of one or more tags to be removed.
Instance Attribute Details
#resource_arn ⇒ String
A FinSpace resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).
4760 4761 4762 4763 4764 4765 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4760 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys (names) of one or more tags to be removed.
4760 4761 4762 4763 4764 4765 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4760 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |