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)


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