Class: Aws::Macie2::Types::ListAutomatedDiscoveryAccountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListAutomatedDiscoveryAccountsRequest
- 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_ids ⇒ 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_results ⇒ 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_token ⇒ 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 |