Class: Aws::Inspector2::Types::FreeTrialAccountInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FreeTrialAccountInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Information about the Amazon Inspector free trial for an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account associated with the Amazon Inspector free trial information.
-
#free_trial_info ⇒ Array<Types::FreeTrialInfo>
Contains information about the Amazon Inspector free trial for an account.
Instance Attribute Details
#account_id ⇒ String
The account associated with the Amazon Inspector free trial information.
3814 3815 3816 3817 3818 3819 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3814 class FreeTrialAccountInfo < Struct.new( :account_id, :free_trial_info) SENSITIVE = [] include Aws::Structure end |
#free_trial_info ⇒ Array<Types::FreeTrialInfo>
Contains information about the Amazon Inspector free trial for an account.
3814 3815 3816 3817 3818 3819 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3814 class FreeTrialAccountInfo < Struct.new( :account_id, :free_trial_info) SENSITIVE = [] include Aws::Structure end |