Class: Aws::GuardDuty::Types::GetCustomDetectionRuleOrgConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetCustomDetectionRuleOrgConfigurationRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The execution mode of the organization configuration to retrieve.
-
#rule_id ⇒ String
The unique identifier for the custom detection rule.
Instance Attribute Details
#mode ⇒ String
The execution mode of the organization configuration to retrieve.
Valid values: LIVE | DRY_RUN.
6133 6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6133 class GetCustomDetectionRuleOrgConfigurationRequest < Struct.new( :rule_id, :mode) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the custom detection rule.
6133 6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6133 class GetCustomDetectionRuleOrgConfigurationRequest < Struct.new( :rule_id, :mode) SENSITIVE = [] include Aws::Structure end |