Class: Aws::ResourceGroups::Types::UntagOutput

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 tags have been removed.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1362

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

#keysArray<String>

The keys of the tags that were removed.

Returns:

  • (Array<String>)


1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1362

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