Class: Aws::Types::ListOutgoingCertificatesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListOutgoingCertificatesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#outgoing_certificates ⇒ ::Array[Types::OutgoingCertificate]
Returns the value of attribute outgoing_certificates.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
3379 3380 3381 |
# File 'sig/types.rbs', line 3379 def next_marker @next_marker end |
#outgoing_certificates ⇒ ::Array[Types::OutgoingCertificate]
Returns the value of attribute outgoing_certificates.
3378 3379 3380 |
# File 'sig/types.rbs', line 3378 def outgoing_certificates @outgoing_certificates end |