Class: Aws::GuardDuty::Types::DataSourceFreeTrial
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DataSourceFreeTrial
- Defined in:
- gems/aws-sdk-guardduty/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.
1953 1954 1955 1956 1957 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1953 class DataSourceFreeTrial < Struct.new( :free_trial_days_remaining) SENSITIVE = [] include Aws::Structure end |