Class: Aws::EKS::Types::CreateCapabilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CreateCapabilityResponse
- 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 newly created capability, including its name, ARN, status, and configuration.
Instance Attribute Details
#capability ⇒ Types::Capability
An object containing information about the newly created capability, including its name, ARN, status, and configuration.
2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-eks/types.rb', line 2220 class CreateCapabilityResponse < Struct.new( :capability) SENSITIVE = [] include Aws::Structure end |