Class: Aws::Macie2::Types::ListManagedDataIdentifiersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListManagedDataIdentifiersResponse
- Includes:
- Structure
- Defined in:
- 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
#items ⇒ Array<Types::ManagedDataIdentifierSummary>
4384 4385 4386 4387 4388 4389 |
# File 'lib/aws-sdk-macie2/types.rb', line 4384 class ListManagedDataIdentifiersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
4384 4385 4386 4387 4388 4389 |
# File 'lib/aws-sdk-macie2/types.rb', line 4384 class ListManagedDataIdentifiersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |