Class: Aws::Braket::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Specify the resourceArn for the resource from which to remove the tags.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1407

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

#tag_keysArray<String>

Specify the keys for the tags to remove from the resource.

Returns:

  • (Array<String>)


1407
1408
1409
1410
1411
1412
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1407

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