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.
5607 5608 5609 |
# File 'sig/types.rbs', line 5607 def cluster_id @cluster_id end |
#log_file_path ⇒ ::String
Returns the value of attribute log_file_path.
5610 5611 5612 |
# File 'sig/types.rbs', line 5610 def log_file_path @log_file_path end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
5608 5609 5610 |
# File 'sig/types.rbs', line 5608 def step_id @step_id end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
5609 5610 5611 |
# File 'sig/types.rbs', line 5609 def step_name @step_name end |