Class: Aws::WAFRegional::Types::GetIPSetRequest

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_set_idString

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

Returns:

  • (String)


1996
1997
1998
1999
2000
# File 'lib/aws-sdk-wafregional/types.rb', line 1996

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