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>)


1056
1057
1058
1059
1060
# File 'lib/aws-sdk-inspector2/types.rb', line 1056

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