Class: Aws::DataZone::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::TagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource to be tagged in Amazon DataZone.
-
#tags ⇒ Hash<String,String>
Specifies the tags for the ‘TagResource` action.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource to be tagged in Amazon DataZone.
19417 19418 19419 19420 19421 19422 |
# File 'lib/aws-sdk-datazone/types.rb', line 19417 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Specifies the tags for the ‘TagResource` action.
19417 19418 19419 19420 19421 19422 |
# File 'lib/aws-sdk-datazone/types.rb', line 19417 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |