Class: Aws::Macie2::Types::CreateCustomDataIdentifierResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about a custom data identifier that was created in response to a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_data_identifier_idString

Returns:

  • (String)


1319
1320
1321
1322
1323
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1319

class CreateCustomDataIdentifierResponse < Struct.new(
  :custom_data_identifier_id)
  SENSITIVE = []
  include Aws::Structure
end