Class: Aws::GuardDuty::Types::UpdateThreatIntelSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateThreatIntelSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activate ⇒ Boolean
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
-
#detector_id ⇒ String
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
-
#location ⇒ String
The updated URI of the file that contains the ThreateIntelSet.
-
#name ⇒ String
The unique ID that specifies the ThreatIntelSet that you want to update.
-
#threat_intel_set_id ⇒ String
The unique ID that specifies the ThreatIntelSet that you want to update.
Instance Attribute Details
#activate ⇒ Boolean
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
8644 8645 8646 8647 8648 8649 8650 8651 8652 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8644 class UpdateThreatIntelSetRequest < Struct.new( :detector_id, :threat_intel_set_id, :name, :location, :activate) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
8644 8645 8646 8647 8648 8649 8650 8651 8652 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8644 class UpdateThreatIntelSetRequest < Struct.new( :detector_id, :threat_intel_set_id, :name, :location, :activate) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The updated URI of the file that contains the ThreateIntelSet.
8644 8645 8646 8647 8648 8649 8650 8651 8652 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8644 class UpdateThreatIntelSetRequest < Struct.new( :detector_id, :threat_intel_set_id, :name, :location, :activate) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The unique ID that specifies the ThreatIntelSet that you want to update.
8644 8645 8646 8647 8648 8649 8650 8651 8652 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8644 class UpdateThreatIntelSetRequest < Struct.new( :detector_id, :threat_intel_set_id, :name, :location, :activate) SENSITIVE = [] include Aws::Structure end |
#threat_intel_set_id ⇒ String
The unique ID that specifies the ThreatIntelSet that you want to update.
8644 8645 8646 8647 8648 8649 8650 8651 8652 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8644 class UpdateThreatIntelSetRequest < Struct.new( :detector_id, :threat_intel_set_id, :name, :location, :activate) SENSITIVE = [] include Aws::Structure end |