Class: Aws::Types::GetReadSetImportJobResponse

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:



891
892
893
# File 'sig/types.rbs', line 891

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



890
891
892
# File 'sig/types.rbs', line 890

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:



885
886
887
# File 'sig/types.rbs', line 885

def id
  @id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



887
888
889
# File 'sig/types.rbs', line 887

def role_arn
  @role_arn
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:



886
887
888
# File 'sig/types.rbs', line 886

def sequence_store_id
  @sequence_store_id
end

#sources::Array[Types::ImportReadSetSourceItem]

Returns the value of attribute sources.

Returns:



892
893
894
# File 'sig/types.rbs', line 892

def sources
  @sources
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:



888
889
890
# File 'sig/types.rbs', line 888

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



889
890
891
# File 'sig/types.rbs', line 889

def status_message
  @status_message
end