Class: Aws::EKS::Types::DeleteClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteClusterResponse
- Includes:
- Structure
- Defined in:
- 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.
2245 2246 2247 2248 2249 |
# File 'lib/aws-sdk-eks/types.rb', line 2245 class DeleteClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |