Class: Aws::Types::ControlPlaneScalingTierInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_request_concurrency::Integer

Returns the value of attribute api_request_concurrency.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


516
517
518
# File 'sig/types.rbs', line 516

def cluster_database_size_gb
  @cluster_database_size_gb
end

#control_plane_component_config_overridesTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def tier_name
  @tier_name
end