Class: Aws::Types::CsrExtensions
- Inherits:
-
Object
- Object
- Aws::Types::CsrExtensions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_usage ⇒ Types::KeyUsage
Returns the value of attribute key_usage.
-
#subject_information_access ⇒ ::Array[Types::AccessDescription]
Returns the value of attribute subject_information_access.
Instance Attribute Details
#key_usage ⇒ Types::KeyUsage
Returns the value of attribute key_usage.
140 141 142 |
# File 'sig/types.rbs', line 140 def key_usage @key_usage end |
#subject_information_access ⇒ ::Array[Types::AccessDescription]
Returns the value of attribute subject_information_access.
141 142 143 |
# File 'sig/types.rbs', line 141 def subject_information_access @subject_information_access end |