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.
811 812 813 |
# File 'sig/types.rbs', line 811 def optional @optional end |
#secret_name ⇒ ::String
Returns the value of attribute secret_name.
810 811 812 |
# File 'sig/types.rbs', line 810 def secret_name @secret_name end |