Class: Aws::GuardDuty::Types::CreateThreatIntelSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateThreatIntelSetResponse
- Includes:
- Structure
- Defined in:
- 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.
1799 1800 1801 1802 1803 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1799 class CreateThreatIntelSetResponse < Struct.new( :threat_intel_set_id) SENSITIVE = [] include Aws::Structure end |