Class: Aws::Inspector2::Types::BatchGetMemberEc2DeepInspectionStatusRequest

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 unique identifiers for the Amazon Web Services accounts to retrieve Amazon Inspector deep inspection activation status for.

Returns:

  • (Array<String>)


877
878
879
880
881
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 877

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