Method: Aws::GuardDuty::Types::CreateIPSetRequest#location

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

#locationString

The URI of the file that contains the IPSet.

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