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.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def group @group end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def unknown @unknown end |
#user ⇒ Types::DomainUnitUserProperties
Returns the value of attribute user.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def user @user end |