Class: Aws::Macie2::Types::ListCustomDataIdentifiersRequest

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 custom data identifiers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


4158
4159
4160
4161
4162
4163
# File 'lib/aws-sdk-macie2/types.rb', line 4158

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

#next_tokenString

Returns:

  • (String)


4158
4159
4160
4161
4162
4163
# File 'lib/aws-sdk-macie2/types.rb', line 4158

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