Class: Aws::Macie2::Types::ListAutomatedDiscoveryAccountsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

Returns:

  • (Array<String>)


4037
4038
4039
4040
4041
4042
4043
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4037

class ListAutomatedDiscoveryAccountsRequest < Struct.new(
  :account_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


4037
4038
4039
4040
4041
4042
4043
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4037

class ListAutomatedDiscoveryAccountsRequest < Struct.new(
  :account_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


4037
4038
4039
4040
4041
4042
4043
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4037

class ListAutomatedDiscoveryAccountsRequest < Struct.new(
  :account_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end