Class: Aws::Types::GetReadSetExportJobResponse

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:



873
874
875
# File 'sig/types.rbs', line 873

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



872
873
874
# File 'sig/types.rbs', line 872

def creation_time
  @creation_time
end

#destination::String

Returns the value of attribute destination.

Returns:



869
870
871
# File 'sig/types.rbs', line 869

def destination
  @destination
end

#id::String

Returns the value of attribute id.

Returns:



867
868
869
# File 'sig/types.rbs', line 867

def id
  @id
end

#read_sets::Array[Types::ExportReadSetDetail]

Returns the value of attribute read_sets.

Returns:



874
875
876
# File 'sig/types.rbs', line 874

def read_sets
  @read_sets
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:



868
869
870
# File 'sig/types.rbs', line 868

def sequence_store_id
  @sequence_store_id
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:



870
871
872
# File 'sig/types.rbs', line 870

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



871
872
873
# File 'sig/types.rbs', line 871

def status_message
  @status_message
end