Class: Aws::DataZone::Types::GetDomainUnitOutput

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 was created.

Returns:

  • (Time)


6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
# File 'lib/aws-sdk-datazone/types.rb', line 6984

class GetDomainUnitOutput < 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.

Returns:

  • (String)


6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
# File 'lib/aws-sdk-datazone/types.rb', line 6984

class GetDomainUnitOutput < 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.

Returns:

  • (String)


6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
# File 'lib/aws-sdk-datazone/types.rb', line 6984

class GetDomainUnitOutput < 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 in which the domain unit lives.

Returns:

  • (String)


6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
# File 'lib/aws-sdk-datazone/types.rb', line 6984

class GetDomainUnitOutput < 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.

Returns:

  • (String)


6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
# File 'lib/aws-sdk-datazone/types.rb', line 6984

class GetDomainUnitOutput < 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)


6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
# File 'lib/aws-sdk-datazone/types.rb', line 6984

class GetDomainUnitOutput < 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)


6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
# File 'lib/aws-sdk-datazone/types.rb', line 6984

class GetDomainUnitOutput < 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.

Returns:

  • (String)


6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
# File 'lib/aws-sdk-datazone/types.rb', line 6984

class GetDomainUnitOutput < 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.



6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
# File 'lib/aws-sdk-datazone/types.rb', line 6984

class GetDomainUnitOutput < 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)


6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
# File 'lib/aws-sdk-datazone/types.rb', line 6984

class GetDomainUnitOutput < 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