Class: Aws::WAFV2::Types::CreateIPSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::CreateIPSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary ⇒ Types::IPSetSummary
High-level information about an IPSet, returned by operations like create and list.
Instance Attribute Details
#summary ⇒ Types::IPSetSummary
High-level information about an IPSet, returned by operations like
create and list. This provides information like the ID, that you can
use to retrieve and manage an IPSet, and the ARN, that you provide
to the IPSetReferenceStatement to use the address set in a Rule.
1524 1525 1526 1527 1528 |
# File 'lib/aws-sdk-wafv2/types.rb', line 1524 class CreateIPSetResponse < Struct.new( :summary) SENSITIVE = [] include Aws::Structure end |