Class: Aws::Macie2::Types::ListManagedDataIdentifiersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListManagedDataIdentifiersRequest
- 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_token ⇒ String
4367 4368 4369 4370 4371 |
# File 'lib/aws-sdk-macie2/types.rb', line 4367 class ListManagedDataIdentifiersRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |