Class: Aws::Macie2::Types::ListCustomDataIdentifiersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ListCustomDataIdentifiersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides the results of a request for information about custom data identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#items ⇒ Array<Types::CustomDataIdentifierSummary>
4176 4177 4178 4179 4180 4181 |
# File 'lib/aws-sdk-macie2/types.rb', line 4176 class ListCustomDataIdentifiersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
4176 4177 4178 4179 4180 4181 |
# File 'lib/aws-sdk-macie2/types.rb', line 4176 class ListCustomDataIdentifiersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |