Class: Aws::Inspector2::Types::FreeTrialAccountInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Inspector2::Types::FreeTrialAccountInfo
 
 
- Defined in:
 - gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
 
Overview
Information about the Amazon Inspector free trial for an account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The account associated with the Amazon Inspector free trial information.
 - 
  
    
      #free_trial_info  ⇒ Array<Types::FreeTrialInfo> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the Amazon Inspector free trial for an account.
 
Instance Attribute Details
#account_id ⇒ String
The account associated with the Amazon Inspector free trial information.
      4846 4847 4848 4849 4850 4851  | 
    
      # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4846 class FreeTrialAccountInfo < Struct.new( :account_id, :free_trial_info) SENSITIVE = [] include Aws::Structure end  | 
  
#free_trial_info ⇒ Array<Types::FreeTrialInfo>
Contains information about the Amazon Inspector free trial for an account.
      4846 4847 4848 4849 4850 4851  | 
    
      # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4846 class FreeTrialAccountInfo < Struct.new( :account_id, :free_trial_info) SENSITIVE = [] include Aws::Structure end  |