Class: Aws::EMR::Types::AddInstanceFleetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::AddInstanceFleetOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name of the cluster.
-
#cluster_id ⇒ String
The unique identifier of the cluster.
-
#instance_fleet_id ⇒ String
The unique identifier of the instance fleet.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name of the cluster.
44 45 46 47 48 49 50 |
# File 'lib/aws-sdk-emr/types.rb', line 44 class AddInstanceFleetOutput < Struct.new( :cluster_id, :instance_fleet_id, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
The unique identifier of the cluster.
44 45 46 47 48 49 50 |
# File 'lib/aws-sdk-emr/types.rb', line 44 class AddInstanceFleetOutput < Struct.new( :cluster_id, :instance_fleet_id, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#instance_fleet_id ⇒ String
The unique identifier of the instance fleet.
44 45 46 47 48 49 50 |
# File 'lib/aws-sdk-emr/types.rb', line 44 class AddInstanceFleetOutput < Struct.new( :cluster_id, :instance_fleet_id, :cluster_arn) SENSITIVE = [] include Aws::Structure end |