Class: Aws::Types::EvidenceFinderEnablement
- Inherits:
-
Object
- Object
- Aws::Types::EvidenceFinderEnablement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backfill_status ⇒ "NOT_STARTED", ...
Returns the value of attribute backfill_status.
-
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
Instance Attribute Details
#backfill_status ⇒ "NOT_STARTED", ...
Returns the value of attribute backfill_status.
590 591 592 |
# File 'sig/types.rbs', line 590 def backfill_status @backfill_status end |
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
589 590 591 |
# File 'sig/types.rbs', line 589 def enablement_status @enablement_status end |
#error ⇒ ::String
Returns the value of attribute error.
591 592 593 |
# File 'sig/types.rbs', line 591 def error @error end |
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
588 589 590 |
# File 'sig/types.rbs', line 588 def event_data_store_arn @event_data_store_arn end |