Class: Aws::Types::EksSecret
- Inherits:
-
Object
- Object
- Aws::Types::EksSecret
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#optional ⇒ Boolean
Returns the value of attribute optional.
-
#secret_name ⇒ ::String
Returns the value of attribute secret_name.
Instance Attribute Details
#optional ⇒ Boolean
Returns the value of attribute optional.
804 805 806 |
# File 'sig/types.rbs', line 804 def optional @optional end |
#secret_name ⇒ ::String
Returns the value of attribute secret_name.
803 804 805 |
# File 'sig/types.rbs', line 803 def secret_name @secret_name end |