Class: Aws::EKS::Types::CreateCapabilityResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilityTypes::Capability

An object containing information about the newly created capability, including its name, ARN, status, and configuration.

Returns:



2220
2221
2222
2223
2224
# File 'lib/aws-sdk-eks/types.rb', line 2220

class CreateCapabilityResponse < Struct.new(
  :capability)
  SENSITIVE = []
  include Aws::Structure
end