Class: Aws::GuardDuty::Types::CreateThreatIntelSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateThreatIntelSetResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#threat_intel_set_id ⇒ String
The ID of the ThreatIntelSet resource.
Instance Attribute Details
#threat_intel_set_id ⇒ String
The ID of the ThreatIntelSet resource.
1854 1855 1856 1857 1858 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1854 class CreateThreatIntelSetResponse < Struct.new( :threat_intel_set_id) SENSITIVE = [] include Aws::Structure end |