Class: Aws::GuardDuty::Types::GetTrustedEntitySetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetTrustedEntitySetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The unique ID of the GuardDuty detector associated with this trusted entity set.
-
#trusted_entity_set_id ⇒ String
The unique ID that helps GuardDuty identify the trusted entity set.
Instance Attribute Details
#detector_id ⇒ String
The unique ID of the GuardDuty detector associated with this trusted entity set.
6445 6446 6447 6448 6449 6450 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6445 class GetTrustedEntitySetRequest < Struct.new( :detector_id, :trusted_entity_set_id) SENSITIVE = [] include Aws::Structure end |
#trusted_entity_set_id ⇒ String
The unique ID that helps GuardDuty identify the trusted entity set.
6445 6446 6447 6448 6449 6450 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6445 class GetTrustedEntitySetRequest < Struct.new( :detector_id, :trusted_entity_set_id) SENSITIVE = [] include Aws::Structure end |