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.
10553 10554 10555 10556 10557 10558 |
# File 'lib/aws-sdk-iot/types.rb', line 10553 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.
10553 10554 10555 10556 10557 10558 |
# File 'lib/aws-sdk-iot/types.rb', line 10553 class ListCertificatesResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |