Class: Aws::EKS::Types::CreateCapabilityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CreateCapabilityResponse
- Defined in:
- gems/aws-sdk-eks/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.
2294 2295 2296 2297 2298 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2294 class CreateCapabilityResponse < Struct.new( :capability) SENSITIVE = [] include Aws::Structure end |