Class: Aws::Types::DetectionRuleOrgConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


886
887
888
# File 'sig/types.rbs', line 886

def created_at
  @created_at
end

#exclude_account_ids::Array[::String]

Returns the value of attribute exclude_account_ids.

Returns:

  • (::Array[::String])


885
886
887
# File 'sig/types.rbs', line 885

def 
  @exclude_account_ids
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


888
889
890
# File 'sig/types.rbs', line 888

def expires_at
  @expires_at
end

#include_account_ids::Array[::String]

Returns the value of attribute include_account_ids.

Returns:

  • (::Array[::String])


884
885
886
# File 'sig/types.rbs', line 884

def 
  @include_account_ids
end

#mode"LIVE", "DRY_RUN"

Returns the value of attribute mode.

Returns:

  • ("LIVE", "DRY_RUN")


881
882
883
# File 'sig/types.rbs', line 881

def mode
  @mode
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def rule_id
  @rule_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PROCESSING", "FAILED")


882
883
884
# File 'sig/types.rbs', line 882

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


887
888
889
# File 'sig/types.rbs', line 887

def updated_at
  @updated_at
end