Class: Aws::Types::LastUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "FAILED", "SUCCEEDED")


156
157
158
# File 'sig/types.rbs', line 156

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def status_message
  @status_message
end

#target_query_tcu::Integer

Returns the value of attribute target_query_tcu.

Returns:

  • (::Integer)


155
156
157
# File 'sig/types.rbs', line 155

def target_query_tcu
  @target_query_tcu
end