Class: Aws::Types::MountPoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_path::String

Returns the value of attribute container_path.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def container_path
  @container_path
end

#read_onlyBoolean

Returns the value of attribute read_only.

Returns:

  • (Boolean)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def read_only
  @read_only
end

#source_volume::String

Returns the value of attribute source_volume.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def source_volume
  @source_volume
end