Class: Aws::IoT::Types::ListOutgoingCertificatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListOutgoingCertificatesResponse
- Includes:
- Structure
- Defined in:
- 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.
10666 10667 10668 10669 10670 10671 |
# File 'lib/aws-sdk-iot/types.rb', line 10666 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.
10666 10667 10668 10669 10670 10671 |
# File 'lib/aws-sdk-iot/types.rb', line 10666 class ListOutgoingCertificatesResponse < Struct.new( :outgoing_certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |