Class: Aws::WAF::Types::CreateIPSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::CreateIPSetRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#name ⇒ String
A friendly name or description of the IPSet.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
611 612 613 614 615 616 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 611 class CreateIPSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A friendly name or description of the IPSet. You can't change
Name
after you create the IPSet
.
611 612 613 614 615 616 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 611 class CreateIPSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |