Class: Aws::Types::ExtendedKeyUsage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"TLS_WEB_SERVER_AUTHENTICATION", ...

Returns the value of attribute name.

Returns:

  • ("TLS_WEB_SERVER_AUTHENTICATION", "TLS_WEB_CLIENT_AUTHENTICATION", "CODE_SIGNING", "EMAIL_PROTECTION", "TIME_STAMPING", "OCSP_SIGNING", "IPSEC_END_SYSTEM", "IPSEC_TUNNEL", "IPSEC_USER", "ANY", "NONE", "CUSTOM")


557
558
559
# File 'sig/types.rbs', line 557

def name
  @name
end

#oid::String

Returns the value of attribute oid.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def oid
  @oid
end