Class: Aws::Inspector2::Types::BatchGetFreeTrialInfoRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetFreeTrialInfoRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The account IDs to get free trial status for.
Instance Attribute Details
#account_ids ⇒ Array<String>
The account IDs to get free trial status for.
854 855 856 857 858 |
# File 'lib/aws-sdk-inspector2/types.rb', line 854 class BatchGetFreeTrialInfoRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |