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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/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)


5266
5267
5268
5269
5270
5271
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5266

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>)


5266
5267
5268
5269
5270
5271
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5266

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