Class: Aws::Types::ImportReadSetJobItem

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)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def id
  @id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def role_arn
  @role_arn
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

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")


1309
1310
1311
# File 'sig/types.rbs', line 1309

def status
  @status
end