Class: Aws::Macie2::Types::ListAutomatedDiscoveryAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListAutomatedDiscoveryAccountsResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about the status of automated sensitive data discovery for one or more Amazon Macie accounts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#items ⇒ Array<Types::AutomatedDiscoveryAccount>
4056 4057 4058 4059 4060 4061 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4056 class ListAutomatedDiscoveryAccountsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
4056 4057 4058 4059 4060 4061 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4056 class ListAutomatedDiscoveryAccountsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |