Class: Aws::IoT::Types::ListCertificatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCertificatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output of the ListCertificates operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::Certificate>
The descriptions of the certificates.
-
#next_marker ⇒ String
The marker for the next set of results, or null if there are no additional results.
Instance Attribute Details
#certificates ⇒ Array<Types::Certificate>
The descriptions of the certificates.
9955 9956 9957 9958 9959 9960 |
# File 'lib/aws-sdk-iot/types.rb', line 9955 class ListCertificatesResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
The marker for the next set of results, or null if there are no additional results.
9955 9956 9957 9958 9959 9960 |
# File 'lib/aws-sdk-iot/types.rb', line 9955 class ListCertificatesResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |