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.
5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-datazone/types.rb', line 5844 class DeleteListingInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the listing to be deleted.
5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-datazone/types.rb', line 5844 class DeleteListingInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |