Class: Aws::Types::UpdateCustomModelDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_model_deployment_identifier::String

Returns the value of attribute custom_model_deployment_identifier.

Returns:

  • (::String)


3630
3631
3632
# File 'sig/types.rbs', line 3630

def custom_model_deployment_identifier
  @custom_model_deployment_identifier
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


3629
3630
3631
# File 'sig/types.rbs', line 3629

def model_arn
  @model_arn
end