Class: Aws::DataZone::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource to be tagged in Amazon DataZone.

Returns:

  • (String)


10567
10568
10569
10570
10571
10572
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10567

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

#tagsHash<String,String>

Specifies the tags for the TagResource action.

Returns:

  • (Hash<String,String>)


10567
10568
10569
10570
10571
10572
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10567

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