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.
514 515 516 |
# File 'sig/types.rbs', line 514 def api_request_concurrency @api_request_concurrency end |
#cluster_database_size_gb ⇒ ::Integer
Returns the value of attribute cluster_database_size_gb.
516 517 518 |
# File 'sig/types.rbs', line 516 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.
517 518 519 |
# File 'sig/types.rbs', line 517 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.
515 516 517 |
# File 'sig/types.rbs', line 515 def pod_scheduling_rate_per_second @pod_scheduling_rate_per_second end |
#tier_name ⇒ ::String
Returns the value of attribute tier_name.
513 514 515 |
# File 'sig/types.rbs', line 513 def tier_name @tier_name end |