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


7584
7585
7586
# File 'sig/types.rbs', line 7584

def action
  @action
end

#detailsTypes::StatusDetails

Returns the value of attribute details.



7587
7588
7589
# File 'sig/types.rbs', line 7587

def details
  @details
end

#errorTypes::ErrorDetail

Returns the value of attribute error.

Returns:



7586
7587
7588
# File 'sig/types.rbs', line 7586

def error
  @error
end

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


7582
7583
7584
# File 'sig/types.rbs', line 7582

def request_time
  @request_time
end

#requested_by::String

Returns the value of attribute requested_by.

Returns:

  • (::String)


7580
7581
7582
# File 'sig/types.rbs', line 7580

def requested_by
  @requested_by
end

#state"QUEUED", ...

Returns the value of attribute state.

Returns:

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


7585
7586
7587
# File 'sig/types.rbs', line 7585

def state
  @state
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


7583
7584
7585
# File 'sig/types.rbs', line 7583

def update_time
  @update_time
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


7581
7582
7583
# File 'sig/types.rbs', line 7581

def updated_by
  @updated_by
end