Class: Aws::GuardDuty::Types::CreateIPSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateIPSetResponse
- Defined in:
- gems/aws-sdk-guardduty/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.
1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1669 class CreateIPSetResponse < Struct.new( :ip_set_id) SENSITIVE = [] include Aws::Structure end |