Class: Aws::Types::DeleteModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def model_id
  @model_id
end

#model_type"ONLINE_FRAUD_INSIGHTS", ...

Returns the value of attribute model_type.

Returns:

  • ("ONLINE_FRAUD_INSIGHTS", "TRANSACTION_FRAUD_INSIGHTS", "ACCOUNT_TAKEOVER_INSIGHTS")


377
378
379
# File 'sig/types.rbs', line 377

def model_type
  @model_type
end