Class: Aws::Macie2::Types::ListAutomatedDiscoveryAccountsResponse

Inherits:
Struct
  • Object
show all
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

#itemsArray<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_tokenString

Returns:

  • (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