Class: Aws::Types::OwnerPropertiesOutput

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

Returns the value of attribute group.



4762
4763
4764
# File 'sig/types.rbs', line 4762

def group
  @group
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


4763
4764
4765
# File 'sig/types.rbs', line 4763

def unknown
  @unknown
end

#userTypes::OwnerUserPropertiesOutput

Returns the value of attribute user.



4761
4762
4763
# File 'sig/types.rbs', line 4761

def user
  @user
end