Class: Aws::GuardDuty::Types::CreateCustomDetectionRuleAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateCustomDetectionRuleAssociationRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
-
#mode ⇒ String
The rule execution mode.
-
#rule_id ⇒ String
The unique identifier for the custom detection rule.
-
#tags ⇒ Hash<String,String>
The tags to be added to the new custom detection rule association resource.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time. Maximum 64 characters.
A suitable default value is auto-generated. You should normally not need to pass this option.
1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1715 class CreateCustomDetectionRuleAssociationRequest < Struct.new( :rule_id, :mode, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The rule execution mode. Valid values: LIVE | DRY_RUN.
1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1715 class CreateCustomDetectionRuleAssociationRequest < Struct.new( :rule_id, :mode, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the custom detection rule.
1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1715 class CreateCustomDetectionRuleAssociationRequest < Struct.new( :rule_id, :mode, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be added to the new custom detection rule association resource.
1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1715 class CreateCustomDetectionRuleAssociationRequest < Struct.new( :rule_id, :mode, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |