Class: Aws::Types::AddInstanceGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::AddInstanceGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#instance_group_ids ⇒ ::Array[::String]
Returns the value of attribute instance_group_ids.
-
#job_flow_id ⇒ ::String
Returns the value of attribute job_flow_id.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def cluster_arn @cluster_arn end |
#instance_group_ids ⇒ ::Array[::String]
Returns the value of attribute instance_group_ids.
32 33 34 |
# File 'sig/types.rbs', line 32 def instance_group_ids @instance_group_ids end |
#job_flow_id ⇒ ::String
Returns the value of attribute job_flow_id.
31 32 33 |
# File 'sig/types.rbs', line 31 def job_flow_id @job_flow_id end |