Class: Aws::HealthLake::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name(ARN)that gives AWS HealthLake access to the data store which tags are being added to.

Returns:

  • (String)


1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1123

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

#tagsArray<Types::Tag>

The user specified key and value pair tags being added to a data store.

Returns:



1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1123

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