Class: Aws::Types::LambdaVolumeMount

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)


518
519
520
# File 'sig/types.rbs', line 518

def add_group_owner
  @add_group_owner
end

#destination_path ⇒ ::String

Returns the value of attribute destination_path.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def destination_path
  @destination_path
end

#permission ⇒ "ro", "rw"

Returns the value of attribute permission.

Returns:

  • ("ro", "rw")


517
518
519
# File 'sig/types.rbs', line 517

def permission
  @permission
end

#source_path ⇒ ::String

Returns the value of attribute source_path.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def source_path
  @source_path
end