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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


3081
3082
3083
3084
3085
3086
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3081

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)


3081
3082
3083
3084
3085
3086
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3081

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