Class: Aws::Types::RunJobFlowOutput
- Inherits:
-
Object
- Object
- Aws::Types::RunJobFlowOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#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.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def cluster_arn @cluster_arn end |
#job_flow_id ⇒ ::String
Returns the value of attribute job_flow_id.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def job_flow_id @job_flow_id end |