Class: Aws::Types::UpdateDomainUnitOutput

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)


6519
6520
6521
# File 'sig/types.rbs', line 6519

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


6521
6522
6523
# File 'sig/types.rbs', line 6521

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6517
6518
6519
# File 'sig/types.rbs', line 6517

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6514
6515
6516
# File 'sig/types.rbs', line 6514

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6513
6514
6515
# File 'sig/types.rbs', line 6513

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


6520
6521
6522
# File 'sig/types.rbs', line 6520

def last_updated_at
  @last_updated_at
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


6522
6523
6524
# File 'sig/types.rbs', line 6522

def last_updated_by
  @last_updated_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6515
6516
6517
# File 'sig/types.rbs', line 6515

def name
  @name
end

#owners::Array[Types::DomainUnitOwnerProperties]

Returns the value of attribute owners.

Returns:



6516
6517
6518
# File 'sig/types.rbs', line 6516

def owners
  @owners
end

#parent_domain_unit_id::String

Returns the value of attribute parent_domain_unit_id.

Returns:

  • (::String)


6518
6519
6520
# File 'sig/types.rbs', line 6518

def parent_domain_unit_id
  @parent_domain_unit_id
end