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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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.



1164
1165
1166
1167
1168
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1164

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