Method: Aws::WAF::Types::IPSetDescriptor#type
- Defined in:
- lib/aws-sdk-waf/types.rb
#type ⇒ String
Specify ‘IPV4` or `IPV6`.
2648 2649 2650 2651 2652 2653 |
# File 'lib/aws-sdk-waf/types.rb', line 2648 class IPSetDescriptor < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |