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:



818
819
820
# File 'sig/types.rbs', line 818

def empty_dir
  @empty_dir
end

#host_pathTypes::EksHostPath

Returns the value of attribute host_path.

Returns:



817
818
819
# File 'sig/types.rbs', line 817

def host_path
  @host_path
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def name
  @name
end

#persistent_volume_claimTypes::EksPersistentVolumeClaim

Returns the value of attribute persistent_volume_claim.



820
821
822
# File 'sig/types.rbs', line 820

def persistent_volume_claim
  @persistent_volume_claim
end

#secretTypes::EksSecret

Returns the value of attribute secret.

Returns:



819
820
821
# File 'sig/types.rbs', line 819

def secret
  @secret
end