Class: Aws::DataZone::Types::DeleteListingInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the Amazon DataZone domain.

Returns:

  • (String)


6304
6305
6306
6307
6308
6309
# File 'lib/aws-sdk-datazone/types.rb', line 6304

class DeleteListingInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the listing to be deleted.

Returns:

  • (String)


6304
6305
6306
6307
6308
6309
# File 'lib/aws-sdk-datazone/types.rb', line 6304

class DeleteListingInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end