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)


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.

Returns:

  • (::Integer)


458
459
460
# File 'sig/types.rbs', line 458

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.



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def tier_name
  @tier_name
end