Class: Aws::Types::EMRStepMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5590
5591
5592
# File 'sig/types.rbs', line 5590

def step_name
  @step_name
end