Class: Aws::GuardDuty::Types::FreeTrialFeatureConfigurationResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GuardDuty::Types::FreeTrialFeatureConfigurationResult
 
- Defined in:
- gems/aws-sdk-guardduty/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.
| 4018 4019 4020 4021 4022 4023 | # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4018 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.
| 4018 4019 4020 4021 4022 4023 | # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4018 class FreeTrialFeatureConfigurationResult < Struct.new( :name, :free_trial_days_remaining) SENSITIVE = [] include Aws::Structure end |