Class: Aws::GuardDuty::Types::CreateIPSetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_set_idString

The ID of the IPSet resource.

Returns:

  • (String)


1517
1518
1519
1520
1521
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1517

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