Class: Aws::HealthLake::Types::UntagResourceRequest

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 removed.

Returns:

  • (String)


1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1159

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

#tag_keysArray<String>

The keys for the tags to be removed from the HealthLake data store.

Returns:

  • (Array<String>)


1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1159

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