Class: Aws::Macie2::Types::ListCustomDataIdentifiersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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

#itemsArray<Types::CustomDataIdentifierSummary>



4040
4041
4042
4043
4044
4045
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4040

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

#next_tokenString

Returns:

  • (String)


4040
4041
4042
4043
4044
4045
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4040

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