Class: Aws::Inspector2::Types::BatchGetFreeTrialInfoRequest

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

#account_idsArray<String>

The account IDs to get free trial status for.

Returns:

  • (Array<String>)


857
858
859
860
861
# File 'lib/aws-sdk-inspector2/types.rb', line 857

class BatchGetFreeTrialInfoRequest < Struct.new(
  :account_ids)
  SENSITIVE = []
  include Aws::Structure
end