Class: Aws::EKS::Types::DeleteCapabilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteCapabilityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capability ⇒ Types::Capability
An object containing information about the deleted capability, including its final status and configuration.
Instance Attribute Details
#capability ⇒ Types::Capability
An object containing information about the deleted capability, including its final status and configuration.
3070 3071 3072 3073 3074 |
# File 'lib/aws-sdk-eks/types.rb', line 3070 class DeleteCapabilityResponse < Struct.new( :capability) SENSITIVE = [] include Aws::Structure end |