Class: Aws::DataZone::Types::UpdateDomainUnitOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time stamp at which the domain unit that you want to update was created.

Returns:

  • (Time)


15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/aws-sdk-datazone/types.rb', line 15601

class UpdateDomainUnitOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :last_updated_at,
  :last_updated_by,
  :name,
  :owners,
  :parent_domain_unit_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_byString

The user who created the domain unit that you want to update.

Returns:

  • (String)


15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/aws-sdk-datazone/types.rb', line 15601

class UpdateDomainUnitOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :last_updated_at,
  :last_updated_by,
  :name,
  :owners,
  :parent_domain_unit_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of the domain unit that you want to update.

Returns:

  • (String)


15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/aws-sdk-datazone/types.rb', line 15601

class UpdateDomainUnitOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :last_updated_at,
  :last_updated_by,
  :name,
  :owners,
  :parent_domain_unit_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_idString

The ID of the domain where you want to update the domain unit.

Returns:

  • (String)


15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/aws-sdk-datazone/types.rb', line 15601

class UpdateDomainUnitOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :last_updated_at,
  :last_updated_by,
  :name,
  :owners,
  :parent_domain_unit_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

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

Returns:

  • (String)


15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/aws-sdk-datazone/types.rb', line 15601

class UpdateDomainUnitOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :last_updated_at,
  :last_updated_by,
  :name,
  :owners,
  :parent_domain_unit_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#last_updated_atTime

The timestamp at which the domain unit was last updated.

Returns:

  • (Time)


15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/aws-sdk-datazone/types.rb', line 15601

class UpdateDomainUnitOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :last_updated_at,
  :last_updated_by,
  :name,
  :owners,
  :parent_domain_unit_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#last_updated_byString

The user who last updated the domain unit.

Returns:

  • (String)


15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/aws-sdk-datazone/types.rb', line 15601

class UpdateDomainUnitOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :last_updated_at,
  :last_updated_by,
  :name,
  :owners,
  :parent_domain_unit_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the domain unit that you want to update.

Returns:

  • (String)


15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/aws-sdk-datazone/types.rb', line 15601

class UpdateDomainUnitOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :last_updated_at,
  :last_updated_by,
  :name,
  :owners,
  :parent_domain_unit_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#ownersArray<Types::DomainUnitOwnerProperties>

The owners of the domain unit that you want to update.



15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/aws-sdk-datazone/types.rb', line 15601

class UpdateDomainUnitOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :last_updated_at,
  :last_updated_by,
  :name,
  :owners,
  :parent_domain_unit_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#parent_domain_unit_idString

The ID of the parent domain unit.

Returns:

  • (String)


15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
# File 'lib/aws-sdk-datazone/types.rb', line 15601

class UpdateDomainUnitOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :last_updated_at,
  :last_updated_by,
  :name,
  :owners,
  :parent_domain_unit_id)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end