Class: Aws::GuardDuty::Types::AccountFreeTrialInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AccountFreeTrialInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Provides details of the GuardDuty member account that uses a free trial service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account identifier of the GuardDuty member account.
-
#data_sources ⇒ Types::DataSourcesFreeTrial
Describes the data source enabled for the GuardDuty member account.
-
#features ⇒ Array<Types::FreeTrialFeatureConfigurationResult>
A list of features enabled for the GuardDuty account.
Instance Attribute Details
#account_id ⇒ String
The account identifier of the GuardDuty member account.
182 183 184 185 186 187 188 |
# File 'lib/aws-sdk-guardduty/types.rb', line 182 class AccountFreeTrialInfo < Struct.new( :account_id, :data_sources, :features) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Types::DataSourcesFreeTrial
Describes the data source enabled for the GuardDuty member account.
182 183 184 185 186 187 188 |
# File 'lib/aws-sdk-guardduty/types.rb', line 182 class AccountFreeTrialInfo < Struct.new( :account_id, :data_sources, :features) SENSITIVE = [] include Aws::Structure end |
#features ⇒ Array<Types::FreeTrialFeatureConfigurationResult>
A list of features enabled for the GuardDuty account.
182 183 184 185 186 187 188 |
# File 'lib/aws-sdk-guardduty/types.rb', line 182 class AccountFreeTrialInfo < Struct.new( :account_id, :data_sources, :features) SENSITIVE = [] include Aws::Structure end |