Module: Aws::IoT::Client::_ListOutgoingCertificatesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListOutgoingCertificatesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_marker ⇒ ::String
2760 |
# File 'sig/client.rbs', line 2760
def next_marker: () -> ::String
|
#outgoing_certificates ⇒ ::Array[Types::OutgoingCertificate]
2759 |
# File 'sig/client.rbs', line 2759
def outgoing_certificates: () -> ::Array[Types::OutgoingCertificate]
|