Class: Aws::Types::UpdateClusterConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_configTypes::UpdateAccessConfigRequest

Returns the value of attribute access_config.



2001
2002
2003
# File 'sig/types.rbs', line 2001

def access_config
  @access_config
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


2000
2001
2002
# File 'sig/types.rbs', line 2000

def client_request_token
  @client_request_token
end

#compute_configTypes::ComputeConfigRequest

Returns the value of attribute compute_config.



2004
2005
2006
# File 'sig/types.rbs', line 2004

def compute_config
  @compute_config
end

#control_plane_scaling_configTypes::ControlPlaneScalingConfig

Returns the value of attribute control_plane_scaling_config.



2009
2010
2011
# File 'sig/types.rbs', line 2009

def control_plane_scaling_config
  @control_plane_scaling_config
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


2008
2009
2010
# File 'sig/types.rbs', line 2008

def deletion_protection
  @deletion_protection
end

#kube_api_server_configTypes::KubeApiServerConfigRequest

Returns the value of attribute kube_api_server_config.



2010
2011
2012
# File 'sig/types.rbs', line 2010

def kube_api_server_config
  @kube_api_server_config
end

#kube_controller_manager_configTypes::KubeControllerManagerConfigRequest

Returns the value of attribute kube_controller_manager_config.



2012
2013
2014
# File 'sig/types.rbs', line 2012

def kube_controller_manager_config
  @kube_controller_manager_config
end

#kube_scheduler_configTypes::KubeSchedulerConfigRequest

Returns the value of attribute kube_scheduler_config.



2011
2012
2013
# File 'sig/types.rbs', line 2011

def kube_scheduler_config
  @kube_scheduler_config
end

#kubernetes_network_configTypes::KubernetesNetworkConfigRequest

Returns the value of attribute kubernetes_network_config.



2005
2006
2007
# File 'sig/types.rbs', line 2005

def kubernetes_network_config
  @kubernetes_network_config
end

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



1999
2000
2001
# File 'sig/types.rbs', line 1999

def logging
  @logging
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1997
1998
1999
# File 'sig/types.rbs', line 1997

def name
  @name
end

#remote_network_configTypes::RemoteNetworkConfigRequest

Returns the value of attribute remote_network_config.



2007
2008
2009
# File 'sig/types.rbs', line 2007

def remote_network_config
  @remote_network_config
end

#resources_vpc_configTypes::VpcConfigRequest

Returns the value of attribute resources_vpc_config.



1998
1999
2000
# File 'sig/types.rbs', line 1998

def resources_vpc_config
  @resources_vpc_config
end

#storage_configTypes::StorageConfigRequest

Returns the value of attribute storage_config.



2006
2007
2008
# File 'sig/types.rbs', line 2006

def storage_config
  @storage_config
end

#upgrade_policyTypes::UpgradePolicyRequest

Returns the value of attribute upgrade_policy.



2002
2003
2004
# File 'sig/types.rbs', line 2002

def upgrade_policy
  @upgrade_policy
end

#zonal_shift_configTypes::ZonalShiftConfigRequest

Returns the value of attribute zonal_shift_config.



2003
2004
2005
# File 'sig/types.rbs', line 2003

def zonal_shift_config
  @zonal_shift_config
end