Class: Aws::MedicalImaging::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::UntagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the medical imaging resource that tags are being removed from.
-
#tag_keys ⇒ Array<String>
The keys for the tags to be removed from the medical imaging resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the medical imaging resource that tags are being removed from.
1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1581 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The keys for the tags to be removed from the medical imaging resource.
1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1581 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |