Class: Aws::Types::ExtendedKeyUsage
- Inherits:
-
Object
- Object
- Aws::Types::ExtendedKeyUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "TLS_WEB_SERVER_AUTHENTICATION", ...
Returns the value of attribute name.
-
#oid ⇒ ::String
Returns the value of attribute oid.
Instance Attribute Details
#name ⇒ "TLS_WEB_SERVER_AUTHENTICATION", ...
Returns the value of attribute name.
557 558 559 |
# File 'sig/types.rbs', line 557 def name @name end |
#oid ⇒ ::String
Returns the value of attribute oid.
558 559 560 |
# File 'sig/types.rbs', line 558 def oid @oid end |