Class: Aws::Types::DetectorVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::DetectorVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detector_version_id ⇒ ::String
Returns the value of attribute detector_version_id.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
460 461 462 |
# File 'sig/types.rbs', line 460 def status @status end |