Class: Aws::WAFRegional::Types::GetIPSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetIPSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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`, and `Name`
-
‘IPSetDescriptors`: Contains an array of IPSetDescriptor objects. Each `IPSetDescriptor` object contains `Type` and `Value`
2014 2015 2016 2017 2018 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2014 class GetIPSetResponse < Struct.new( :ip_set) SENSITIVE = [] include Aws::Structure end |