Method: Aws::GuardDuty::Types::CreateIPSetRequest#client_token
- Defined in:
- lib/aws-sdk-guardduty/types.rb
#client_token ⇒ String
The idempotency token for the create request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
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 |