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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


18843
18844
18845
18846
18847
18848
18849
18850
18851
18852
18853
18854
18855
18856
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843

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)


18843
18844
18845
18846
18847
18848
18849
18850
18851
18852
18853
18854
18855
18856
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843

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)


18843
18844
18845
18846
18847
18848
18849
18850
18851
18852
18853
18854
18855
18856
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843

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)


18843
18844
18845
18846
18847
18848
18849
18850
18851
18852
18853
18854
18855
18856
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843

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)


18843
18844
18845
18846
18847
18848
18849
18850
18851
18852
18853
18854
18855
18856
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843

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)


18843
18844
18845
18846
18847
18848
18849
18850
18851
18852
18853
18854
18855
18856
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843

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)


18843
18844
18845
18846
18847
18848
18849
18850
18851
18852
18853
18854
18855
18856
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843

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)


18843
18844
18845
18846
18847
18848
18849
18850
18851
18852
18853
18854
18855
18856
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843

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.



18843
18844
18845
18846
18847
18848
18849
18850
18851
18852
18853
18854
18855
18856
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843

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)


18843
18844
18845
18846
18847
18848
18849
18850
18851
18852
18853
18854
18855
18856
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18843

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