Class: Aws::Types::DetectorModelSummary

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)


305
306
307
# File 'sig/types.rbs', line 305

def creation_time
  @creation_time
end

#detector_model_description ⇒ ::String

Returns the value of attribute detector_model_description.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def detector_model_description
  @detector_model_description
end

#detector_model_name ⇒ ::String

Returns the value of attribute detector_model_name.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def detector_model_name
  @detector_model_name
end