Class: Aws::DataZone::Types::UntagResourceRequest

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 untagged in Amazon DataZone.

Returns:

  • (String)


10769
10770
10771
10772
10773
10774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10769

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

#tag_keysArray<String>

Specifies the tag keys for the UntagResource action.

Returns:

  • (Array<String>)


10769
10770
10771
10772
10773
10774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10769

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