Class: Aws::WAFRegional::Types::GetIPSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetIPSetRequest
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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.
1996 1997 1998 1999 2000 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1996 class GetIPSetRequest < Struct.new( :ip_set_id) SENSITIVE = [] include Aws::Structure end |