Class: Aws::GuardDuty::Types::CreateThreatEntitySetResponse

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

#threat_entity_set_idString

The ID returned by GuardDuty after creation of the threat entity set resource.

Returns:

  • (String)


2040
2041
2042
2043
2044
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2040

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