Class: Aws::DataZone::Types::DeleteDomainUnitInput

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 domain where you want to delete a domain unit.

Returns:

  • (String)


4848
4849
4850
4851
4852
4853
# File 'lib/aws-sdk-datazone/types.rb', line 4848

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

#identifierString

The ID of the domain unit that you want to delete.

Returns:

  • (String)


4848
4849
4850
4851
4852
4853
# File 'lib/aws-sdk-datazone/types.rb', line 4848

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