Class: Aws::GuardDuty::Types::FreeTrialFeatureConfigurationResult

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

Instance Attribute Details

#free_trial_days_remainingInteger

The number of the remaining free trial days for the feature.

Returns:

  • (Integer)


2336
2337
2338
2339
2340
2341
# File 'lib/aws-sdk-guardduty/types.rb', line 2336

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

#nameString

The name of the feature for which the free trial is configured.

Returns:

  • (String)


2336
2337
2338
2339
2340
2341
# File 'lib/aws-sdk-guardduty/types.rb', line 2336

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