Class: Aws::Types::LambdaDeviceMount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_group_owner ⇒ Boolean

Returns the value of attribute add_group_owner.

Returns:

  • (Boolean)


473
474
475
# File 'sig/types.rbs', line 473

def add_group_owner
  @add_group_owner
end

#path ⇒ ::String

Returns the value of attribute path.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def path
  @path
end

#permission ⇒ "ro", "rw"

Returns the value of attribute permission.

Returns:

  • ("ro", "rw")


472
473
474
# File 'sig/types.rbs', line 472

def permission
  @permission
end