Class: Aws::Types::EksContainerVolumeMount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mount_path::String

Returns the value of attribute mount_path.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def mount_path
  @mount_path
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def name
  @name
end

#read_onlyBoolean

Returns the value of attribute read_only.

Returns:

  • (Boolean)


743
744
745
# File 'sig/types.rbs', line 743

def read_only
  @read_only
end

#sub_path::String

Returns the value of attribute sub_path.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def sub_path
  @sub_path
end