Class: Aws::Types::ApiPassthrough
- Inherits:
-
Object
- Object
- Aws::Types::ApiPassthrough
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extensions ⇒ Types::Extensions
Returns the value of attribute extensions.
-
#subject ⇒ Types::ASN1Subject
Returns the value of attribute subject.
Instance Attribute Details
#extensions ⇒ Types::Extensions
Returns the value of attribute extensions.
43 44 45 |
# File 'sig/types.rbs', line 43 def extensions @extensions end |
#subject ⇒ Types::ASN1Subject
Returns the value of attribute subject.
44 45 46 |
# File 'sig/types.rbs', line 44 def subject @subject end |