Class: Aws::Types::DetectionRuleOrgConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DetectionRuleOrgConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#exclude_account_ids ⇒ ::Array[::String]
Returns the value of attribute exclude_account_ids.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#include_account_ids ⇒ ::Array[::String]
Returns the value of attribute include_account_ids.
-
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
885 886 887 |
# File 'sig/types.rbs', line 885 def exclude_account_ids @exclude_account_ids end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
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.
884 885 886 |
# File 'sig/types.rbs', line 884 def include_account_ids @include_account_ids end |
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
881 882 883 |
# File 'sig/types.rbs', line 881 def mode @mode end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
880 881 882 |
# File 'sig/types.rbs', line 880 def rule_id @rule_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
882 883 884 |
# File 'sig/types.rbs', line 882 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
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.
887 888 889 |
# File 'sig/types.rbs', line 887 def updated_at @updated_at end |