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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

#tagsHash<String,String>

Specifies the tags for the ‘TagResource` action.

Returns:

  • (Hash<String,String>)


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