Class: Aws::WAF::Types::GetIPSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_set_idString

The ‘IPSetId` of the IPSet that you want to get. `IPSetId` is returned by CreateIPSet and by ListIPSets.

Returns:

  • (String)


1938
1939
1940
1941
1942
# File 'lib/aws-sdk-waf/types.rb', line 1938

class GetIPSetRequest < Struct.new(
  :ip_set_id)
  SENSITIVE = []
  include Aws::Structure
end