Class: Aws::MedicalImaging::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::TagResourceRequest
- 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 added to.
-
#tags ⇒ Hash<String,String>
The user-specified key and value tag pairs added to a medical imaging resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the medical imaging resource that tags are being added to.
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 |
#tags ⇒ Hash<String,String>
The user-specified key and value tag pairs added to a medical imaging resource.
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 |