Class: Aws::ElasticInference::Types::ListTagsForResourceResult

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

#tagsHash<String,String>

The tags of the Elastic Inference Accelerator.

Returns:

  • (Hash<String,String>)


313
314
315
316
317
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 313

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