Class: Aws::GuardDuty::Types::GetTrustedEntitySetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetTrustedEntitySetRequest
- Defined in:
- gems/aws-sdk-guardduty/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.
4853 4854 4855 4856 4857 4858 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4853 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.
4853 4854 4855 4856 4857 4858 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4853 class GetTrustedEntitySetRequest < Struct.new( :detector_id, :trusted_entity_set_id) SENSITIVE = [] include Aws::Structure end |