Class: Aws::GuardDuty::Types::GetIPSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::GetIPSetResponse
 
 
- 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 file that contains the IPSet.
 - 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI of the file that contains the IPSet.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user-friendly name for the IPSet.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of IPSet file that was uploaded.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags of the IPSet resource.
 
Instance Attribute Details
#format ⇒ String
The format of the file that contains the IPSet.
      3816 3817 3818 3819 3820 3821 3822 3823 3824  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 3816 class GetIPSetResponse < Struct.new( :name, :format, :location, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#location ⇒ String
The URI of the file that contains the IPSet.
      3816 3817 3818 3819 3820 3821 3822 3823 3824  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 3816 class GetIPSetResponse < Struct.new( :name, :format, :location, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The user-friendly name for the IPSet.
      3816 3817 3818 3819 3820 3821 3822 3823 3824  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 3816 class GetIPSetResponse < Struct.new( :name, :format, :location, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of IPSet file that was uploaded.
      3816 3817 3818 3819 3820 3821 3822 3823 3824  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 3816 class GetIPSetResponse < Struct.new( :name, :format, :location, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags of the IPSet resource.
      3816 3817 3818 3819 3820 3821 3822 3823 3824  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 3816 class GetIPSetResponse < Struct.new( :name, :format, :location, :status, :tags) SENSITIVE = [] include Aws::Structure end  |