Class: Aws::MedicalImaging::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medicalimaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the medical imaging resource that tags are being removed from.

Returns:

  • (String)


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_keysArray<String>

The keys for the tags to be removed from the medical imaging resource.

Returns:

  • (Array<String>)


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