Class: Aws::Types::DomainUnitOwnerProperties
- Inherits:
-
Object
- Object
- Aws::Types::DomainUnitOwnerProperties
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ Types::DomainUnitGroupProperties
Returns the value of attribute group.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user ⇒ Types::DomainUnitUserProperties
Returns the value of attribute user.
Instance Attribute Details
#group ⇒ Types::DomainUnitGroupProperties
Returns the value of attribute group.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def group @group end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def unknown @unknown end |
#user ⇒ Types::DomainUnitUserProperties
Returns the value of attribute user.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def user @user end |