Class: Aws::Types::DetectorModelConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


288
289
290
# File 'sig/types.rbs', line 288

def creation_time
  @creation_time
end

#detector_model_arn ⇒ ::String

Returns the value of attribute detector_model_arn.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def detector_model_arn
  @detector_model_arn
end

#detector_model_description ⇒ ::String

Returns the value of attribute detector_model_description.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def detector_model_description
  @detector_model_description
end

#detector_model_name ⇒ ::String

Returns the value of attribute detector_model_name.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def detector_model_name
  @detector_model_name
end

#detector_model_version ⇒ ::String

Returns the value of attribute detector_model_version.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def detector_model_version
  @detector_model_version
end

#evaluation_method ⇒ "BATCH", "SERIAL"

Returns the value of attribute evaluation_method.

Returns:

  • ("BATCH", "SERIAL")


292
293
294
# File 'sig/types.rbs', line 292

def evaluation_method
  @evaluation_method
end

#key ⇒ ::String

Returns the value of attribute key.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def key
  @key
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


289
290
291
# File 'sig/types.rbs', line 289

def last_update_time
  @last_update_time
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def role_arn
  @role_arn
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ACTIVATING", "INACTIVE", "DEPRECATED", "DRAFT", "PAUSED", "FAILED")


290
291
292
# File 'sig/types.rbs', line 290

def status
  @status
end