Class: Aws::ElasticInference::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the Elastic Inference Accelerator to untag.

Returns:

  • (String)


377
378
379
380
381
382
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 377

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

#tag_keysArray<String>

The list of tags to remove from the Elastic Inference Accelerator.

Returns:

  • (Array<String>)


377
378
379
380
381
382
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 377

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