Class: Aws::GuardDuty::Types::UpdateThreatIntelSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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 ThreateIntelSet is active or not.

Returns:

  • (Boolean)


11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11648

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

#detector_idString

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

To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

Returns:

  • (String)


11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11648

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

#expected_bucket_ownerString

The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.

Returns:

  • (String)


11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11648

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

#locationString

The updated URI of the file that contains the ThreateIntelSet.

Returns:

  • (String)


11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11648

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

#nameString

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

Returns:

  • (String)


11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11648

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

#threat_intel_set_idString

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

Returns:

  • (String)


11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11648

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