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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4371
4372
4373
4374
4375
# File 'lib/aws-sdk-macie2/types.rb', line 4371

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