Class: Aws::OpsWorks::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The stack or layer’s Amazon Resource Number (ARN).

Returns:

  • (String)


5287
5288
5289
5290
5291
5292
# File 'lib/aws-sdk-opsworks/types.rb', line 5287

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

#tag_keysArray<String>

A list of the keys of tags to be removed from a stack or layer.

Returns:

  • (Array<String>)


5287
5288
5289
5290
5291
5292
# File 'lib/aws-sdk-opsworks/types.rb', line 5287

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