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.
3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3183 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.
3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3183 class FreeTrialFeatureConfigurationResult < Struct.new( :name, :free_trial_days_remaining) SENSITIVE = [] include Aws::Structure end |