Class: Aws::Types::DomainUnitOwnerProperties

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

Defined Under Namespace

Classes: Group, Unknown, User

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::DomainUnitGroupProperties

Returns the value of attribute group.



2188
2189
2190
# File 'sig/types.rbs', line 2188

def group
  @group
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def unknown
  @unknown
end

#userTypes::DomainUnitUserProperties

Returns the value of attribute user.



2187
2188
2189
# File 'sig/types.rbs', line 2187

def user
  @user
end