Class: Aws::EKS::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags for the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags for the resource.
4870 4871 4872 4873 4874 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4870 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |