Class: Aws::DataZone::Types::DeleteDataProductInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteDataProductInput
- 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 Amazon DataZone domain in which the data product is deleted.
-
#identifier ⇒ String
The identifier of the data product that is deleted.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the data product is deleted.
4635 4636 4637 4638 4639 4640 |
# File 'lib/aws-sdk-datazone/types.rb', line 4635 class DeleteDataProductInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the data product that is deleted.
4635 4636 4637 4638 4639 4640 |
# File 'lib/aws-sdk-datazone/types.rb', line 4635 class DeleteDataProductInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |