Class: Aws::Types::CreationPermissions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#owner_gid::Integer

Returns the value of attribute owner_gid.

Returns:

  • (::Integer)


98
99
100
# File 'sig/types.rbs', line 98

def owner_gid
  @owner_gid
end

#owner_uid::Integer

Returns the value of attribute owner_uid.

Returns:

  • (::Integer)


97
98
99
# File 'sig/types.rbs', line 97

def owner_uid
  @owner_uid
end

#permissions::String

Returns the value of attribute permissions.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def permissions
  @permissions
end