Class: Aws::EMR::Types::AddInstanceFleetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::AddInstanceFleetOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The unique identifier of the cluster.
-
#instance_fleet_id ⇒ String
The unique identifier of the instance fleet.
Instance Attribute Details
#cluster_id ⇒ String
The unique identifier of the cluster.
89 90 91 92 93 |
# File 'lib/aws-sdk-emr/types.rb', line 89 class AddInstanceFleetOutput < Struct.new( :cluster_id, :instance_fleet_id) include Aws::Structure end |
#instance_fleet_id ⇒ String
The unique identifier of the instance fleet.
89 90 91 92 93 |
# File 'lib/aws-sdk-emr/types.rb', line 89 class AddInstanceFleetOutput < Struct.new( :cluster_id, :instance_fleet_id) include Aws::Structure end |