Class: Aws::Types::GetDomainUnitOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2729
2730
2731
# File 'sig/types.rbs', line 2729

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2731
2732
2733
# File 'sig/types.rbs', line 2731

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2727
2728
2729
# File 'sig/types.rbs', line 2727

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2724
2725
2726
# File 'sig/types.rbs', line 2724

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2723
2724
2725
# File 'sig/types.rbs', line 2723

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2730
2731
2732
# File 'sig/types.rbs', line 2730

def last_updated_at
  @last_updated_at
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


2732
2733
2734
# File 'sig/types.rbs', line 2732

def last_updated_by
  @last_updated_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2725
2726
2727
# File 'sig/types.rbs', line 2725

def name
  @name
end

#owners::Array[Types::DomainUnitOwnerProperties]

Returns the value of attribute owners.

Returns:



2728
2729
2730
# File 'sig/types.rbs', line 2728

def owners
  @owners
end

#parent_domain_unit_id::String

Returns the value of attribute parent_domain_unit_id.

Returns:

  • (::String)


2726
2727
2728
# File 'sig/types.rbs', line 2726

def parent_domain_unit_id
  @parent_domain_unit_id
end