Class: Aws::GuardDuty::Types::GetThreatIntelSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::GetThreatIntelSetResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The format of the threatIntelSet.
 - 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI of the file that contains the ThreatIntelSet.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of threatIntelSet file uploaded.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags of the threat list resource.
 
Instance Attribute Details
#format ⇒ String
The format of the threatIntelSet.
      4169 4170 4171 4172 4173 4174 4175 4176 4177  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4169 class GetThreatIntelSetResponse < Struct.new( :name, :format, :location, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#location ⇒ String
The URI of the file that contains the ThreatIntelSet.
      4169 4170 4171 4172 4173 4174 4175 4176 4177  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4169 class GetThreatIntelSetResponse < Struct.new( :name, :format, :location, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
      4169 4170 4171 4172 4173 4174 4175 4176 4177  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4169 class GetThreatIntelSetResponse < Struct.new( :name, :format, :location, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of threatIntelSet file uploaded.
      4169 4170 4171 4172 4173 4174 4175 4176 4177  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4169 class GetThreatIntelSetResponse < Struct.new( :name, :format, :location, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags of the threat list resource.
      4169 4170 4171 4172 4173 4174 4175 4176 4177  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4169 class GetThreatIntelSetResponse < Struct.new( :name, :format, :location, :status, :tags) SENSITIVE = [] include Aws::Structure end  |