Class: Aws::Types::EvidenceFinderEnablement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backfill_status ⇒ "NOT_STARTED", ...

Returns the value of attribute backfill_status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "COMPLETED")


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.

Returns:

  • ("ENABLED", "DISABLED", "ENABLE_IN_PROGRESS", "DISABLE_IN_PROGRESS")


589
590
591
# File 'sig/types.rbs', line 589

def enablement_status
  @enablement_status
end

#error ⇒ ::String

Returns the value of attribute error.

Returns:

  • (::String)


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.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def event_data_store_arn
  @event_data_store_arn
end