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:



830
831
832
# File 'sig/types.rbs', line 830

def empty_dir
  @empty_dir
end

#host_pathTypes::EksHostPath

Returns the value of attribute host_path.

Returns:



829
830
831
# File 'sig/types.rbs', line 829

def host_path
  @host_path
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def name
  @name
end

#persistent_volume_claimTypes::EksPersistentVolumeClaim

Returns the value of attribute persistent_volume_claim.



832
833
834
# File 'sig/types.rbs', line 832

def persistent_volume_claim
  @persistent_volume_claim
end

#secretTypes::EksSecret

Returns the value of attribute secret.

Returns:



831
832
833
# File 'sig/types.rbs', line 831

def secret
  @secret
end