Class: Aws::HealthLake::Types::ListTagsForResourceRequest

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) of the data store for which tags are being added.

Returns:

  • (String)


856
857
858
859
860
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 856

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