Class: Aws::Inspector2::Types::BatchGetFreeTrialInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetFreeTrialInfoResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Types::FreeTrialAccountInfo>
An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
-
#failed_accounts ⇒ Array<Types::FreeTrialInfoError>
An array of objects detailing any accounts that free trial data could not be returned for.
Instance Attribute Details
#accounts ⇒ Array<Types::FreeTrialAccountInfo>
An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
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_accounts ⇒ Array<Types::FreeTrialInfoError>
An array of objects detailing any accounts that free trial data could not be returned for.
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 |