Class: Aws::MedicalImaging::Types::TagResourceRequest

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 added to.

Returns:

  • (String)


1545
1546
1547
1548
1549
1550
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1545

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The user-specified key and value tag pairs added to a medical imaging resource.

Returns:

  • (Hash<String,String>)


1545
1546
1547
1548
1549
1550
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1545

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end