Class: Aws::ResourceGroupsTaggingAPI::Types::UntagResourcesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn_listArray<String>

Specifies a list of ARNs of the resources that you want to remove tags from.

An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

Returns:

  • (Array<String>)


831
832
833
834
835
836
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 831

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

#tag_keysArray<String>

Specifies a list of tag keys that you want to remove from the specified resources.

Returns:

  • (Array<String>)


831
832
833
834
835
836
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 831

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