Class: Aws::Types::ExportReadSetJobDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


700
701
702
# File 'sig/types.rbs', line 700

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


699
700
701
# File 'sig/types.rbs', line 699

def creation_time
  @creation_time
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def destination
  @destination
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def id
  @id
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def sequence_store_id
  @sequence_store_id
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "CANCELLING", "CANCELLED", "FAILED", "COMPLETED", "COMPLETED_WITH_FAILURES")


698
699
700
# File 'sig/types.rbs', line 698

def status
  @status
end