Class: Aws::GuardDuty::Types::UpdateIPSetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activateBoolean

The updated Boolean value that specifies whether the IPSet is active or not.

Returns:

  • (Boolean)


7067
7068
7069
7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-guardduty/types.rb', line 7067

class UpdateIPSetRequest < Struct.new(
  :detector_id,
  :ip_set_id,
  :name,
  :location,
  :activate)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The detectorID that specifies the GuardDuty service whose IPSet you want to update.

Returns:

  • (String)


7067
7068
7069
7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-guardduty/types.rb', line 7067

class UpdateIPSetRequest < Struct.new(
  :detector_id,
  :ip_set_id,
  :name,
  :location,
  :activate)
  SENSITIVE = []
  include Aws::Structure
end

#ip_set_idString

The unique ID that specifies the IPSet that you want to update.

Returns:

  • (String)


7067
7068
7069
7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-guardduty/types.rb', line 7067

class UpdateIPSetRequest < Struct.new(
  :detector_id,
  :ip_set_id,
  :name,
  :location,
  :activate)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The updated URI of the file that contains the IPSet.

Returns:

  • (String)


7067
7068
7069
7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-guardduty/types.rb', line 7067

class UpdateIPSetRequest < Struct.new(
  :detector_id,
  :ip_set_id,
  :name,
  :location,
  :activate)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The unique ID that specifies the IPSet that you want to update.

Returns:

  • (String)


7067
7068
7069
7070
7071
7072
7073
7074
7075
# File 'lib/aws-sdk-guardduty/types.rb', line 7067

class UpdateIPSetRequest < Struct.new(
  :detector_id,
  :ip_set_id,
  :name,
  :location,
  :activate)
  SENSITIVE = []
  include Aws::Structure
end