Class: Aws::EMR::Types::ModifyInstanceFleetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ModifyInstanceFleetInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Note:
When making an API call, you may pass ModifyInstanceFleetInput data as a 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
-
#cluster_id ⇒ String
The unique identifier of the cluster.
-
#instance_fleet ⇒ Types::InstanceFleetModifyConfig
The unique identifier of the instance fleet.
Instance Attribute Details
#cluster_id ⇒ String
The unique identifier of the cluster.
3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-emr/types.rb', line 3725 class ModifyInstanceFleetInput < Struct.new( :cluster_id, :instance_fleet) include Aws::Structure end |
#instance_fleet ⇒ Types::InstanceFleetModifyConfig
The unique identifier of the instance fleet.
3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-emr/types.rb', line 3725 class ModifyInstanceFleetInput < Struct.new( :cluster_id, :instance_fleet) include Aws::Structure end |