Class: Aws::DataZone::Types::DeleteListingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteListingInput
- 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.
-
#identifier ⇒ String
The ID of the listing to be deleted.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain.
5016 5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-datazone/types.rb', line 5016 class DeleteListingInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the listing to be deleted.
5016 5017 5018 5019 5020 5021 |
# File 'lib/aws-sdk-datazone/types.rb', line 5016 class DeleteListingInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |