Class: Aws::ElasticInference::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::ListTagsForResourceRequest
- 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 list the tags for.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the Elastic Inference Accelerator to list the tags for.
301 302 303 304 305 |
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 301 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |