Class: Aws::Types::CreationInfo

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)


118
119
120
# File 'sig/types.rbs', line 118

def owner_gid
  @owner_gid
end

#owner_uid::Integer

Returns the value of attribute owner_uid.

Returns:

  • (::Integer)


117
118
119
# File 'sig/types.rbs', line 117

def owner_uid
  @owner_uid
end

#permissions::String

Returns the value of attribute permissions.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def permissions
  @permissions
end