Class: Aws::Macie2::Types::CreateCustomDataIdentifierResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CreateCustomDataIdentifierResponse
- Includes:
- Structure
- Defined in:
- 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_id ⇒ String
1414 1415 1416 1417 1418 |
# File 'lib/aws-sdk-macie2/types.rb', line 1414 class CreateCustomDataIdentifierResponse < Struct.new( :custom_data_identifier_id) SENSITIVE = [] include Aws::Structure end |