Class: Aws::AppRegistry::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon resource name (ARN) that specifies the resource.

Returns:

  • (String)


1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1405

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

#tag_keysArray<String>

A list of the tag keys to remove from the specified resource.

Returns:

  • (Array<String>)


1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1405

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