Class: Aws::Inspector2::Types::BatchGetFreeTrialInfoResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<Types::FreeTrialAccountInfo>

An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.

Returns:



872
873
874
875
876
877
# File 'lib/aws-sdk-inspector2/types.rb', line 872

class BatchGetFreeTrialInfoResponse < Struct.new(
  :accounts,
  :failed_accounts)
  SENSITIVE = []
  include Aws::Structure
end

#failed_accountsArray<Types::FreeTrialInfoError>

An array of objects detailing any accounts that free trial data could not be returned for.

Returns:



872
873
874
875
876
877
# File 'lib/aws-sdk-inspector2/types.rb', line 872

class BatchGetFreeTrialInfoResponse < Struct.new(
  :accounts,
  :failed_accounts)
  SENSITIVE = []
  include Aws::Structure
end