Class: Aws::Types::EksSecret

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#optionalBoolean

Returns the value of attribute optional.

Returns:

  • (Boolean)


811
812
813
# File 'sig/types.rbs', line 811

def optional
  @optional
end

#secret_name::String

Returns the value of attribute secret_name.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def secret_name
  @secret_name
end