Class: Aws::Types::OwnerProperties

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::OwnerGroupProperties

Returns the value of attribute group.



4748
4749
4750
# File 'sig/types.rbs', line 4748

def group
  @group
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


4749
4750
4751
# File 'sig/types.rbs', line 4749

def unknown
  @unknown
end

#userTypes::OwnerUserProperties

Returns the value of attribute user.



4747
4748
4749
# File 'sig/types.rbs', line 4747

def user
  @user
end