Class: Aws::GuardDuty::Types::DetectionRuleOrgConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DetectionRuleOrgConfigurationSummary
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains summary information about an organization-level configuration for a custom detection rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the organization configuration was created.
-
#expires_at ⇒ Time
The timestamp when the organization configuration expires.
-
#mode ⇒ String
The rule execution mode.
-
#rule_id ⇒ String
The unique identifier for the custom detection rule.
-
#status ⇒ String
The configuration status.
-
#status_reason ⇒ String
The reason for the current configuration status.
-
#updated_at ⇒ Time
The timestamp when the organization configuration was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the organization configuration was created.
4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4831 class DetectionRuleOrgConfigurationSummary < Struct.new( :rule_id, :mode, :status, :status_reason, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp when the organization configuration expires.
4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4831 class DetectionRuleOrgConfigurationSummary < Struct.new( :rule_id, :mode, :status, :status_reason, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The rule execution mode.
4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4831 class DetectionRuleOrgConfigurationSummary < Struct.new( :rule_id, :mode, :status, :status_reason, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the custom detection rule.
4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4831 class DetectionRuleOrgConfigurationSummary < Struct.new( :rule_id, :mode, :status, :status_reason, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The configuration status.
4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4831 class DetectionRuleOrgConfigurationSummary < Struct.new( :rule_id, :mode, :status, :status_reason, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the current configuration status.
4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4831 class DetectionRuleOrgConfigurationSummary < Struct.new( :rule_id, :mode, :status, :status_reason, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the organization configuration was last updated.
4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4831 class DetectionRuleOrgConfigurationSummary < Struct.new( :rule_id, :mode, :status, :status_reason, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |