Class: Aws::Types::Detector
- Inherits:
-
Object
- Object
- Aws::Types::Detector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
454 455 456 |
# File 'sig/types.rbs', line 454 def arn @arn end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
453 454 455 |
# File 'sig/types.rbs', line 453 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
450 451 452 |
# File 'sig/types.rbs', line 450 def description @description end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
449 450 451 |
# File 'sig/types.rbs', line 449 def detector_id @detector_id end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
451 452 453 |
# File 'sig/types.rbs', line 451 def event_type_name @event_type_name end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
452 453 454 |
# File 'sig/types.rbs', line 452 def last_updated_time @last_updated_time end |