Class: Aws::IoT::Types::ListCertificatesByCAResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCertificatesByCAResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output of the ListCertificatesByCA operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::Certificate>
The device certificates signed by the specified CA certificate.
-
#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 device certificates signed by the specified CA certificate.
9914 9915 9916 9917 9918 9919 |
# File 'lib/aws-sdk-iot/types.rb', line 9914 class ListCertificatesByCAResponse < 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.
9914 9915 9916 9917 9918 9919 |
# File 'lib/aws-sdk-iot/types.rb', line 9914 class ListCertificatesByCAResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |