Class: Aws::Types::CreateDomainUnitOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#ancestor_domain_unit_ids::Array[::String]

Returns the value of attribute ancestor_domain_unit_ids.

Returns:

  • (::Array[::String])


1128
1129
1130
# File 'sig/types.rbs', line 1128

def ancestor_domain_unit_ids
  @ancestor_domain_unit_ids
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def name
  @name
end

#owners::Array[Types::DomainUnitOwnerProperties]

Returns the value of attribute owners.

Returns:



1127
1128
1129
# File 'sig/types.rbs', line 1127

def owners
  @owners
end

#parent_domain_unit_id::String

Returns the value of attribute parent_domain_unit_id.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def parent_domain_unit_id
  @parent_domain_unit_id
end