Class: Aws::IoT::Types::ListOutgoingCertificatesResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#next_markerString

The marker for the next set of results.

Returns:

  • (String)


10341
10342
10343
10344
10345
10346
# File 'lib/aws-sdk-iot/types.rb', line 10341

class ListOutgoingCertificatesResponse < Struct.new(
  :outgoing_certificates,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#outgoing_certificatesArray<Types::OutgoingCertificate>

The certificates that are being transferred but not yet accepted.

Returns:



10341
10342
10343
10344
10345
10346
# File 'lib/aws-sdk-iot/types.rb', line 10341

class ListOutgoingCertificatesResponse < Struct.new(
  :outgoing_certificates,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end