Class: Aws::Types::CustomModelDeploymentUpdateDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def model_arn
  @model_arn
end

#update_status"Updating", ...

Returns the value of attribute update_status.

Returns:

  • ("Updating", "UpdateCompleted", "UpdateFailed")


1244
1245
1246
# File 'sig/types.rbs', line 1244

def update_status
  @update_status
end