Class: Aws::DataZone::Types::DeleteLineageEventInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteLineageEventInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain.
-
#identifier ⇒ String
The ID of the lineage event.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain.
7325 7326 7327 7328 7329 7330 |
# File 'lib/aws-sdk-datazone/types.rb', line 7325 class DeleteLineageEventInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the lineage event.
7325 7326 7327 7328 7329 7330 |
# File 'lib/aws-sdk-datazone/types.rb', line 7325 class DeleteLineageEventInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |