Class: Aws::WAF::Types::GetIPSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetIPSetResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_set ⇒ Types::IPSet
Information about the IPSet that you specified in the
GetIPSet
request.
Instance Attribute Details
#ip_set ⇒ Types::IPSet
Information about the IPSet that you specified in the GetIPSet
request. For more information, see the following topics:
IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
1956 1957 1958 1959 1960 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1956 class GetIPSetResponse < Struct.new( :ip_set) SENSITIVE = [] include Aws::Structure end |