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

Class: Aws::EMR::Types::ModifyInstanceFleetInput

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

Overview

Note:

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

{
  cluster_id: "ClusterId", # required
  instance_fleet: { # required
    instance_fleet_id: "InstanceFleetId", # required
    target_on_demand_capacity: 1,
    target_spot_capacity: 1,
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The unique identifier of the cluster.

Returns:

  • (String)

    The unique identifier of the cluster.

#instance_fleetTypes::InstanceFleetModifyConfig

The unique identifier of the instance fleet.

Returns: