Class: Aws::GuardDuty::Types::DataSourceFreeTrial

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#free_trial_days_remainingInteger

A value that specifies the number of days left to use each enabled data source.

Returns:

  • (Integer)


1213
1214
1215
1216
1217
# File 'lib/aws-sdk-guardduty/types.rb', line 1213

class DataSourceFreeTrial < Struct.new(
  :free_trial_days_remaining)
  SENSITIVE = []
  include Aws::Structure
end