Class: Aws::Types::UpdateClusterConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_config ⇒ Types::UpdateAccessConfigRequest
Returns the value of attribute access_config.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#compute_config ⇒ Types::ComputeConfigRequest
Returns the value of attribute compute_config.
-
#control_plane_scaling_config ⇒ Types::ControlPlaneScalingConfig
Returns the value of attribute control_plane_scaling_config.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#kube_api_server_config ⇒ Types::KubeApiServerConfigRequest
Returns the value of attribute kube_api_server_config.
-
#kube_controller_manager_config ⇒ Types::KubeControllerManagerConfigRequest
Returns the value of attribute kube_controller_manager_config.
-
#kube_scheduler_config ⇒ Types::KubeSchedulerConfigRequest
Returns the value of attribute kube_scheduler_config.
-
#kubernetes_network_config ⇒ Types::KubernetesNetworkConfigRequest
Returns the value of attribute kubernetes_network_config.
-
#logging ⇒ Types::Logging
Returns the value of attribute logging.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#remote_network_config ⇒ Types::RemoteNetworkConfigRequest
Returns the value of attribute remote_network_config.
-
#resources_vpc_config ⇒ Types::VpcConfigRequest
Returns the value of attribute resources_vpc_config.
-
#storage_config ⇒ Types::StorageConfigRequest
Returns the value of attribute storage_config.
-
#upgrade_policy ⇒ Types::UpgradePolicyRequest
Returns the value of attribute upgrade_policy.
-
#zonal_shift_config ⇒ Types::ZonalShiftConfigRequest
Returns the value of attribute zonal_shift_config.
Instance Attribute Details
#access_config ⇒ Types::UpdateAccessConfigRequest
Returns the value of attribute access_config.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def access_config @access_config end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def client_request_token @client_request_token end |
#compute_config ⇒ Types::ComputeConfigRequest
Returns the value of attribute compute_config.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def compute_config @compute_config end |
#control_plane_scaling_config ⇒ Types::ControlPlaneScalingConfig
Returns the value of attribute control_plane_scaling_config.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def control_plane_scaling_config @control_plane_scaling_config end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def deletion_protection @deletion_protection end |
#kube_api_server_config ⇒ Types::KubeApiServerConfigRequest
Returns the value of attribute kube_api_server_config.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def kube_api_server_config @kube_api_server_config end |
#kube_controller_manager_config ⇒ Types::KubeControllerManagerConfigRequest
Returns the value of attribute kube_controller_manager_config.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def kube_controller_manager_config @kube_controller_manager_config end |
#kube_scheduler_config ⇒ Types::KubeSchedulerConfigRequest
Returns the value of attribute kube_scheduler_config.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def kube_scheduler_config @kube_scheduler_config end |
#kubernetes_network_config ⇒ Types::KubernetesNetworkConfigRequest
Returns the value of attribute kubernetes_network_config.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def kubernetes_network_config @kubernetes_network_config end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def logging @logging end |
#name ⇒ ::String
Returns the value of attribute name.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def name @name end |
#remote_network_config ⇒ Types::RemoteNetworkConfigRequest
Returns the value of attribute remote_network_config.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def remote_network_config @remote_network_config end |
#resources_vpc_config ⇒ Types::VpcConfigRequest
Returns the value of attribute resources_vpc_config.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def resources_vpc_config @resources_vpc_config end |
#storage_config ⇒ Types::StorageConfigRequest
Returns the value of attribute storage_config.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def storage_config @storage_config end |
#upgrade_policy ⇒ Types::UpgradePolicyRequest
Returns the value of attribute upgrade_policy.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def upgrade_policy @upgrade_policy end |
#zonal_shift_config ⇒ Types::ZonalShiftConfigRequest
Returns the value of attribute zonal_shift_config.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def zonal_shift_config @zonal_shift_config end |