Class: Aws::Types::EksVolume

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#empty_dirTypes::EksEmptyDir

Returns the value of attribute empty_dir.

Returns:



849
850
851
# File 'sig/types.rbs', line 849

def empty_dir
  @empty_dir
end

#host_pathTypes::EksHostPath

Returns the value of attribute host_path.

Returns:



848
849
850
# File 'sig/types.rbs', line 848

def host_path
  @host_path
end

#name::String

Returns the value of attribute name.

Returns:



847
848
849
# File 'sig/types.rbs', line 847

def name
  @name
end

#persistent_volume_claimTypes::EksPersistentVolumeClaim

Returns the value of attribute persistent_volume_claim.

Returns:



851
852
853
# File 'sig/types.rbs', line 851

def persistent_volume_claim
  @persistent_volume_claim
end

#secretTypes::EksSecret

Returns the value of attribute secret.

Returns:



850
851
852
# File 'sig/types.rbs', line 850

def secret
  @secret
end