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)


5592
5593
5594
# File 'sig/types.rbs', line 5592

def cluster_id
  @cluster_id
end

#log_file_path::String

Returns the value of attribute log_file_path.

Returns:

  • (::String)


5595
5596
5597
# File 'sig/types.rbs', line 5595

def log_file_path
  @log_file_path
end

#step_id::String

Returns the value of attribute step_id.

Returns:

  • (::String)


5593
5594
5595
# File 'sig/types.rbs', line 5593

def step_id
  @step_id
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


5594
5595
5596
# File 'sig/types.rbs', line 5594

def step_name
  @step_name
end