Method: Aws::WAF::Types::IPSetDescriptor#type

Defined in:
lib/aws-sdk-waf/types.rb

#typeString

Specify ‘IPV4` or `IPV6`.

Returns:

  • (String)


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