Class: Aws::ElasticInference::Types::TagResourceRequest

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 tag.

Returns:

  • (String)


356
357
358
359
360
361
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 356

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

#tagsHash<String,String>

The tags to add to the Elastic Inference Accelerator.

Returns:

  • (Hash<String,String>)


356
357
358
359
360
361
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 356

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