Class: Aws::EKS::Types::CapabilityConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CapabilityConfigurationResponse
- 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
-
#argo_cd ⇒ Types::ArgoCdConfigResponse
Configuration settings for an Argo CD capability, including the server URL and other Argo CD-specific settings.
Instance Attribute Details
#argo_cd ⇒ Types::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 |