Class: Aws::ControlTower::Types::UntagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource.

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1397

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

#tag_keysArray<String>

Tag keys to be removed from the resource.

Returns:

  • (Array<String>)


1397
1398
1399
1400
1401
1402
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1397

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