Class: Aws::EMR::Types::ModifyInstanceFleetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ModifyInstanceFleetInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The unique identifier of the cluster.
-
#instance_fleet ⇒ Types::InstanceFleetModifyConfig
The configuration parameters of the instance fleet.
Instance Attribute Details
#cluster_id ⇒ String
The unique identifier of the cluster.
4551 4552 4553 4554 4555 4556 |
# File 'lib/aws-sdk-emr/types.rb', line 4551 class ModifyInstanceFleetInput < Struct.new( :cluster_id, :instance_fleet) SENSITIVE = [] include Aws::Structure end |
#instance_fleet ⇒ Types::InstanceFleetModifyConfig
The configuration parameters of the instance fleet.
4551 4552 4553 4554 4555 4556 |
# File 'lib/aws-sdk-emr/types.rb', line 4551 class ModifyInstanceFleetInput < Struct.new( :cluster_id, :instance_fleet) SENSITIVE = [] include Aws::Structure end |