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)


804
805
806
# File 'sig/types.rbs', line 804

def optional
  @optional
end

#secret_name::String

Returns the value of attribute secret_name.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def secret_name
  @secret_name
end