Class: Aws::Types::EMRStepMetadata
- Inherits:
-
Object
- Object
- Aws::Types::EMRStepMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#log_file_path ⇒ ::String
Returns the value of attribute log_file_path.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5588 5589 5590 |
# File 'sig/types.rbs', line 5588 def cluster_id @cluster_id end |
#log_file_path ⇒ ::String
Returns the value of attribute log_file_path.
5591 5592 5593 |
# File 'sig/types.rbs', line 5591 def log_file_path @log_file_path end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
5589 5590 5591 |
# File 'sig/types.rbs', line 5589 def step_id @step_id end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
5590 5591 5592 |
# File 'sig/types.rbs', line 5590 def step_name @step_name end |