Class: Aws::DataZone::Types::DeleteLineageEventInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteLineageEventInput
- Defined in:
- gems/aws-sdk-datazone/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.
7358 7359 7360 7361 7362 7363 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7358 class DeleteLineageEventInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the lineage event.
7358 7359 7360 7361 7362 7363 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7358 class DeleteLineageEventInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |