Class: Aws::AmplifyUIBuilder::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) to use to untag a resource.
-
#tag_keys ⇒ Array<String>
The tag keys to use to untag a resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) to use to untag a resource.
3207 3208 3209 3210 3211 3212 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3207 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys to use to untag a resource.
3207 3208 3209 3210 3211 3212 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3207 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |