Class: Aws::WAFRegional::Types::GetIPSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafregional/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:



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