Method: Aws::GuardDuty::Types::CreateIPSetRequest#format
- Defined in:
- lib/aws-sdk-guardduty/types.rb
#format ⇒ String
The format of the file that contains the IPSet.
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 |