Class: Aws::Types::OwnerProperties
- Inherits:
-
Object
- Object
- Aws::Types::OwnerProperties
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ Types::OwnerGroupProperties
Returns the value of attribute group.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user ⇒ Types::OwnerUserProperties
Returns the value of attribute user.
Instance Attribute Details
#group ⇒ Types::OwnerGroupProperties
Returns the value of attribute group.
4748 4749 4750 |
# File 'sig/types.rbs', line 4748 def group @group end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4749 4750 4751 |
# File 'sig/types.rbs', line 4749 def unknown @unknown end |
#user ⇒ Types::OwnerUserProperties
Returns the value of attribute user.
4747 4748 4749 |
# File 'sig/types.rbs', line 4747 def user @user end |