Class: Aws::Types::DetectorVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def description
  @description
end

#detector_version_id::String

Returns the value of attribute detector_version_id.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def detector_version_id
  @detector_version_id
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def last_updated_time
  @last_updated_time
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

  • ("DRAFT", "ACTIVE", "INACTIVE")


460
461
462
# File 'sig/types.rbs', line 460

def status
  @status
end