Class: Aws::Types::UpdateEntityResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE", "ERROR")


1215
1216
1217
# File 'sig/types.rbs', line 1215

def state
  @state
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def update_date_time
  @update_date_time
end