Class: Aws::RoboMaker::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are removing tags.

Returns:

  • (String)


5387
5388
5389
5390
5391
5392
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5387

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

#tag_keysArray<String>

A map that contains tag keys and tag values that will be unattached from the resource.

Returns:

  • (Array<String>)


5387
5388
5389
5390
5391
5392
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5387

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