Class: Aws::WAF::Types::GetIPSetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_setTypes::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

Returns:



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