Class: Aws::Personalize::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The resource's Amazon Resource Name (ARN).
-
#tag_keys ⇒ Array<String>
The keys of the tags to be removed.
Instance Attribute Details
#resource_arn ⇒ String
The resource's Amazon Resource Name (ARN).
5911 5912 5913 5914 5915 5916 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5911 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The keys of the tags to be removed.
5911 5912 5913 5914 5915 5916 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5911 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |