Class: Aws::ResourceGroups::Types::UntagInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the resource group from which to remove tags. The command removed both the specified keys and any values associated with those keys.

Returns:

  • (String)


1345
1346
1347
1348
1349
1350
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1345

class UntagInput < Struct.new(
  :arn,
  :keys)
  SENSITIVE = []
  include Aws::Structure
end

#keysArray<String>

The keys of the tags to be removed.

Returns:

  • (Array<String>)


1345
1346
1347
1348
1349
1350
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1345

class UntagInput < Struct.new(
  :arn,
  :keys)
  SENSITIVE = []
  include Aws::Structure
end