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.
5784 5785 5786 5787 5788 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5784 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |