Class: Aws::Macie2::Types::ListManagedDataIdentifiersResponse

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

Overview

Provides information about the managed data identifiers that Amazon Macie currently provides.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ManagedDataIdentifierSummary>



4248
4249
4250
4251
4252
4253
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4248

class ListManagedDataIdentifiersResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


4248
4249
4250
4251
4252
4253
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4248

class ListManagedDataIdentifiersResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end