You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::Compute

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Compute as input to an Aws::Client method, you can use a vanilla Hash:

{
  simulation_unit_limit: 1,
}

Compute information for the simulation job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#simulation_unit_limitInteger

The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximim value provided. The default is 15.

Returns:

  • (Integer)

    The simulation unit limit.