Class: Aws::Types::OwnerPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::OwnerPropertiesOutput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ Types::OwnerGroupPropertiesOutput
Returns the value of attribute group.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user ⇒ Types::OwnerUserPropertiesOutput
Returns the value of attribute user.
Instance Attribute Details
#group ⇒ Types::OwnerGroupPropertiesOutput
Returns the value of attribute group.
4762 4763 4764 |
# File 'sig/types.rbs', line 4762 def group @group end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4763 4764 4765 |
# File 'sig/types.rbs', line 4763 def unknown @unknown end |
#user ⇒ Types::OwnerUserPropertiesOutput
Returns the value of attribute user.
4761 4762 4763 |
# File 'sig/types.rbs', line 4761 def user @user end |