Class: Aws::EKS::Types::DeleteClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteClusterResponse
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
The full description of the cluster to delete.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The full description of the cluster to delete.
1325 1326 1327 1328 1329 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1325 class DeleteClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |