Class: Aws::GuardDuty::Types::CreateIPSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateIPSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_set_id ⇒ String
The ID of the IPSet resource.
Instance Attribute Details
#ip_set_id ⇒ String
The ID of the IPSet resource.
1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1578 class CreateIPSetResponse < Struct.new( :ip_set_id) SENSITIVE = [] include Aws::Structure end |