Class: Aws::ElasticInference::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the Elastic Inference Accelerator to tag.
-
#tags ⇒ Hash<String,String>
The tags to add to the Elastic Inference Accelerator.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the Elastic Inference Accelerator to tag.
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 |
#tags ⇒ Hash<String,String>
The tags to add to the Elastic Inference Accelerator.
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 |