Class: Aws::WAF::Types::GetIPSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetIPSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_set_id ⇒ String
The ‘IPSetId` of the IPSet that you want to get.
Instance Attribute Details
#ip_set_id ⇒ String
The ‘IPSetId` of the IPSet that you want to get. `IPSetId` is returned by CreateIPSet and by ListIPSets.
1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-waf/types.rb', line 1938 class GetIPSetRequest < Struct.new( :ip_set_id) SENSITIVE = [] include Aws::Structure end |