Class: Aws::Inspector2::Types::FreeTrialAccountInfo

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

Instance Attribute Details

#account_idString

The account associated with the Amazon Inspector free trial information.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3794

class FreeTrialAccountInfo < Struct.new(
  :account_id,
  :free_trial_info)
  SENSITIVE = []
  include Aws::Structure
end

#free_trial_infoArray<Types::FreeTrialInfo>

Contains information about the Amazon Inspector free trial for an account.

Returns:



3794
3795
3796
3797
3798
3799
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3794

class FreeTrialAccountInfo < Struct.new(
  :account_id,
  :free_trial_info)
  SENSITIVE = []
  include Aws::Structure
end