Method: Aws::GuardDuty::Types::CreateIPSetRequest#detector_id

Defined in:
lib/aws-sdk-guardduty/types.rb

#detector_idString

The unique ID of the detector of the GuardDuty account for which you want to create an IPSet.

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

[1]: docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html

Returns:

  • (String)


1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
# File 'lib/aws-sdk-guardduty/types.rb', line 1651

class CreateIPSetRequest < Struct.new(
  :detector_id,
  :name,
  :format,
  :location,
  :activate,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end