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
1418 1419 1420 1421 1422 |
# File 'lib/aws-sdk-macie2/types.rb', line 1418 class CreateCustomDataIdentifierResponse < Struct.new( :custom_data_identifier_id) SENSITIVE = [] include Aws::Structure end |