Class: Aws::IoT::Types::ListOutgoingCertificatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListOutgoingCertificatesResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output from the ListOutgoingCertificates operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
The marker for the next set of results.
-
#outgoing_certificates ⇒ Array<Types::OutgoingCertificate>
The certificates that are being transferred but not yet accepted.
Instance Attribute Details
#next_marker ⇒ String
The marker for the next set of results.
11410 11411 11412 11413 11414 11415 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11410 class ListOutgoingCertificatesResponse < Struct.new( :outgoing_certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |
#outgoing_certificates ⇒ Array<Types::OutgoingCertificate>
The certificates that are being transferred but not yet accepted.
11410 11411 11412 11413 11414 11415 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11410 class ListOutgoingCertificatesResponse < Struct.new( :outgoing_certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |