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


7626
7627
7628
# File 'sig/types.rbs', line 7626

def action
  @action
end

#detailsTypes::StatusDetails

Returns the value of attribute details.



7629
7630
7631
# File 'sig/types.rbs', line 7629

def details
  @details
end

#errorTypes::ErrorDetail

Returns the value of attribute error.

Returns:



7628
7629
7630
# File 'sig/types.rbs', line 7628

def error
  @error
end

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


7624
7625
7626
# File 'sig/types.rbs', line 7624

def request_time
  @request_time
end

#requested_by::String

Returns the value of attribute requested_by.

Returns:

  • (::String)


7622
7623
7624
# File 'sig/types.rbs', line 7622

def requested_by
  @requested_by
end

#state"QUEUED", ...

Returns the value of attribute state.

Returns:

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


7627
7628
7629
# File 'sig/types.rbs', line 7627

def state
  @state
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


7625
7626
7627
# File 'sig/types.rbs', line 7625

def update_time
  @update_time
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


7623
7624
7625
# File 'sig/types.rbs', line 7623

def updated_by
  @updated_by
end