Class: Aws::Types::StartReadSetExportJobResponse

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)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def creation_time
  @creation_time
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def destination
  @destination
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2162
2163
2164
# File 'sig/types.rbs', line 2162

def id
  @id
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


2163
2164
2165
# File 'sig/types.rbs', line 2163

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


2165
2166
2167
# File 'sig/types.rbs', line 2165

def status
  @status
end