Class: Aws::GuardDuty::Types::CreateTrustedEntitySetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateTrustedEntitySetResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trusted_entity_set_id ⇒ String
The ID returned by GuardDuty after creation of the trusted entity set resource.
Instance Attribute Details
#trusted_entity_set_id ⇒ String
The ID returned by GuardDuty after creation of the trusted entity set resource.
2190 2191 2192 2193 2194 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2190 class CreateTrustedEntitySetResponse < Struct.new( :trusted_entity_set_id) SENSITIVE = [] include Aws::Structure end |