Class: Aws::Types::ControlPlaneScalingTierInfo
- Inherits:
-
Object
- Object
- Aws::Types::ControlPlaneScalingTierInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_request_concurrency ⇒ ::Integer
Returns the value of attribute api_request_concurrency.
-
#cluster_database_size_gb ⇒ ::Integer
Returns the value of attribute cluster_database_size_gb.
-
#control_plane_component_config_overrides ⇒ Types::ControlPlaneConfigInfo
Returns the value of attribute control_plane_component_config_overrides.
-
#pod_scheduling_rate_per_second ⇒ ::Integer
Returns the value of attribute pod_scheduling_rate_per_second.
-
#tier_name ⇒ ::String
Returns the value of attribute tier_name.
Instance Attribute Details
#api_request_concurrency ⇒ ::Integer
Returns the value of attribute api_request_concurrency.
456 457 458 |
# File 'sig/types.rbs', line 456 def api_request_concurrency @api_request_concurrency end |
#cluster_database_size_gb ⇒ ::Integer
Returns the value of attribute cluster_database_size_gb.
458 459 460 |
# File 'sig/types.rbs', line 458 def cluster_database_size_gb @cluster_database_size_gb end |
#control_plane_component_config_overrides ⇒ Types::ControlPlaneConfigInfo
Returns the value of attribute control_plane_component_config_overrides.
459 460 461 |
# File 'sig/types.rbs', line 459 def control_plane_component_config_overrides @control_plane_component_config_overrides end |
#pod_scheduling_rate_per_second ⇒ ::Integer
Returns the value of attribute pod_scheduling_rate_per_second.
457 458 459 |
# File 'sig/types.rbs', line 457 def pod_scheduling_rate_per_second @pod_scheduling_rate_per_second end |
#tier_name ⇒ ::String
Returns the value of attribute tier_name.
455 456 457 |
# File 'sig/types.rbs', line 455 def tier_name @tier_name end |