Class: Aws::Bedrock::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UntagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to untag.
-
#tag_keys ⇒ Array<String>
Tag keys of the tags to remove from the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to untag.
7926 7927 7928 7929 7930 7931 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7926 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
Tag keys of the tags to remove from the resource.
7926 7927 7928 7929 7930 7931 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7926 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |