Class: Aws::EKS::Types::CapabilityConfigurationResponse

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

Overview

The response object containing capability configuration details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#argo_cdTypes::ArgoCdConfigResponse

Configuration settings for an Argo CD capability, including the server URL and other Argo CD-specific settings.



1104
1105
1106
1107
1108
# File 'lib/aws-sdk-eks/types.rb', line 1104

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