Class: Aws::IoT::Types::ListCertificatesByCAResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCertificatesByCAResponse
- Defined in:
- gems/aws-sdk-iot/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.
10518 10519 10520 10521 10522 10523 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10518 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.
10518 10519 10520 10521 10522 10523 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10518 class ListCertificatesByCAResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |