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

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


844
845
846
847
848
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 844

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