Class: Aws::Types::DetectorSummary

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)


234
235
236
# File 'sig/types.rbs', line 234

def creation_time
  @creation_time
end

#detector_model_name ⇒ ::String

Returns the value of attribute detector_model_name.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def detector_model_name
  @detector_model_name
end

#detector_model_version ⇒ ::String

Returns the value of attribute detector_model_version.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def detector_model_version
  @detector_model_version
end

#key_value ⇒ ::String

Returns the value of attribute key_value.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def key_value
  @key_value
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


235
236
237
# File 'sig/types.rbs', line 235

def last_update_time
  @last_update_time
end

#state ⇒ Types::DetectorStateSummary

Returns the value of attribute state.



233
234
235
# File 'sig/types.rbs', line 233

def state
  @state
end