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)


1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1341

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

#keysArray<String>

The keys of the tags to be removed.

Returns:

  • (Array<String>)


1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1341

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