Class: Aws::GuardDuty::Types::FreeTrialFeatureConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::FreeTrialFeatureConfigurationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Contains information about the free trial period for a feature.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #free_trial_days_remaining  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of the remaining free trial days for the feature.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the feature for which the free trial is configured.
 
Instance Attribute Details
#free_trial_days_remaining ⇒ Integer
The number of the remaining free trial days for the feature.
      3432 3433 3434 3435 3436 3437  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 3432 class FreeTrialFeatureConfigurationResult < Struct.new( :name, :free_trial_days_remaining) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the feature for which the free trial is configured.
      3432 3433 3434 3435 3436 3437  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 3432 class FreeTrialFeatureConfigurationResult < Struct.new( :name, :free_trial_days_remaining) SENSITIVE = [] include Aws::Structure end  |