Class: Aws::GuardDuty::Types::UpdateIPSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateIPSetRequest
- 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 IPSet is active or not.
-
#detector_id ⇒ String
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
-
#ip_set_id ⇒ String
The unique ID that specifies the IPSet that you want to update.
-
#location ⇒ String
The updated URI of the file that contains the IPSet.
-
#name ⇒ String
The unique ID that specifies the IPSet that you want to update.
Instance Attribute Details
#activate ⇒ Boolean
The updated Boolean value that specifies whether the IPSet is active or not.
8375 8376 8377 8378 8379 8380 8381 8382 8383 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8375 class UpdateIPSetRequest < Struct.new( :detector_id, :ip_set_id, :name, :location, :activate) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
8375 8376 8377 8378 8379 8380 8381 8382 8383 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8375 class UpdateIPSetRequest < Struct.new( :detector_id, :ip_set_id, :name, :location, :activate) SENSITIVE = [] include Aws::Structure end |
#ip_set_id ⇒ String
The unique ID that specifies the IPSet that you want to update.
8375 8376 8377 8378 8379 8380 8381 8382 8383 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8375 class UpdateIPSetRequest < Struct.new( :detector_id, :ip_set_id, :name, :location, :activate) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The updated URI of the file that contains the IPSet.
8375 8376 8377 8378 8379 8380 8381 8382 8383 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8375 class UpdateIPSetRequest < Struct.new( :detector_id, :ip_set_id, :name, :location, :activate) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The unique ID that specifies the IPSet that you want to update.
8375 8376 8377 8378 8379 8380 8381 8382 8383 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8375 class UpdateIPSetRequest < Struct.new( :detector_id, :ip_set_id, :name, :location, :activate) SENSITIVE = [] include Aws::Structure end |