Class: Aws::Types::StartReadSetImportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2183
2184
2185
# File 'sig/types.rbs', line 2183

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2179
2180
2181
# File 'sig/types.rbs', line 2179

def id
  @id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2181
2182
2183
# File 'sig/types.rbs', line 2181

def role_arn
  @role_arn
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


2180
2181
2182
# File 'sig/types.rbs', line 2180

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


2182
2183
2184
# File 'sig/types.rbs', line 2182

def status
  @status
end