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

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

Returns:

  • (Array<String>)


890
891
892
893
894
# File 'lib/aws-sdk-inspector2/types.rb', line 890

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