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
2753 |
# File 'sig/client.rbs', line 2753
def next_marker: () -> ::String
|
#outgoing_certificates ⇒ ::Array[Types::OutgoingCertificate]
2752 |
# File 'sig/client.rbs', line 2752
def outgoing_certificates: () -> ::Array[Types::OutgoingCertificate]
|