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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5609
5610
5611
# File 'sig/types.rbs', line 5609

def step_name
  @step_name
end