Class: Aws::GuardDuty::Types::CreateThreatEntitySetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateThreatEntitySetResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#threat_entity_set_id ⇒ String
The ID returned by GuardDuty after creation of the threat entity set resource.
Instance Attribute Details
#threat_entity_set_id ⇒ String
The ID returned by GuardDuty after creation of the threat entity set resource.
2050 2051 2052 2053 2054 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2050 class CreateThreatEntitySetResponse < Struct.new( :threat_entity_set_id) SENSITIVE = [] include Aws::Structure end |