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.
| 4872 4873 4874 4875 4876 4877 | # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4872 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.
| 4872 4873 4874 4875 4876 4877 | # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4872 class GetTrustedEntitySetRequest < Struct.new( :detector_id, :trusted_entity_set_id) SENSITIVE = [] include Aws::Structure end |