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.
1773 1774 1775 1776 1777 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1773 class CreateThreatIntelSetResponse < Struct.new( :threat_intel_set_id) SENSITIVE = [] include Aws::Structure end |