Class: Aws::Types::DetectorModelVersionSummary

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)


314
315
316
# File 'sig/types.rbs', line 314

def creation_time
  @creation_time
end

#detector_model_arn ⇒ ::String

Returns the value of attribute detector_model_arn.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def detector_model_arn
  @detector_model_arn
end

#detector_model_name ⇒ ::String

Returns the value of attribute detector_model_name.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def detector_model_name
  @detector_model_name
end

#detector_model_version ⇒ ::String

Returns the value of attribute detector_model_version.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def detector_model_version
  @detector_model_version
end

#evaluation_method ⇒ "BATCH", "SERIAL"

Returns the value of attribute evaluation_method.

Returns:

  • ("BATCH", "SERIAL")


317
318
319
# File 'sig/types.rbs', line 317

def evaluation_method
  @evaluation_method
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


315
316
317
# File 'sig/types.rbs', line 315

def last_update_time
  @last_update_time
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def role_arn
  @role_arn
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

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


316
317
318
# File 'sig/types.rbs', line 316

def status
  @status
end