Class: Aws::GuardDuty::Types::DataSourceFreeTrial
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DataSourceFreeTrial
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about which data sources are enabled for the GuardDuty member account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#free_trial_days_remaining ⇒ Integer
A value that specifies the number of days left to use each enabled data source.
Instance Attribute Details
#free_trial_days_remaining ⇒ Integer
A value that specifies the number of days left to use each enabled data source.
1952 1953 1954 1955 1956 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1952 class DataSourceFreeTrial < Struct.new( :free_trial_days_remaining) SENSITIVE = [] include Aws::Structure end |