Class: Aws::Macie2::Types::ListManagedDataIdentifiersRequest

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

Overview

Specifies criteria for paginating the results of a request for information about managed data identifiers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Returns:

  • (String)


4231
4232
4233
4234
4235
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4231

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