Class: Aws::Types::TableStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"UPDATE", "CREATE"

Returns the value of attribute action.

Returns:

  • ("UPDATE", "CREATE")


7616
7617
7618
# File 'sig/types.rbs', line 7616

def action
  @action
end

#detailsTypes::StatusDetails

Returns the value of attribute details.



7619
7620
7621
# File 'sig/types.rbs', line 7619

def details
  @details
end

#errorTypes::ErrorDetail

Returns the value of attribute error.

Returns:



7618
7619
7620
# File 'sig/types.rbs', line 7618

def error
  @error
end

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


7614
7615
7616
# File 'sig/types.rbs', line 7614

def request_time
  @request_time
end

#requested_by::String

Returns the value of attribute requested_by.

Returns:

  • (::String)


7612
7613
7614
# File 'sig/types.rbs', line 7612

def requested_by
  @requested_by
end

#state"QUEUED", ...

Returns the value of attribute state.

Returns:

  • ("QUEUED", "IN_PROGRESS", "SUCCESS", "STOPPED", "FAILED")


7617
7618
7619
# File 'sig/types.rbs', line 7617

def state
  @state
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


7615
7616
7617
# File 'sig/types.rbs', line 7615

def update_time
  @update_time
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


7613
7614
7615
# File 'sig/types.rbs', line 7613

def updated_by
  @updated_by
end