Class: Aws::IoT::Types::ListCACertificatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCACertificatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the ListCACertificates operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::CACertificate>
The CA certificates registered in your Amazon Web Services account.
-
#next_marker ⇒ String
The current position within the list of CA certificates.
Instance Attribute Details
#certificates ⇒ Array<Types::CACertificate>
The CA certificates registered in your Amazon Web Services account.
9832 9833 9834 9835 9836 9837 |
# File 'lib/aws-sdk-iot/types.rb', line 9832 class ListCACertificatesResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
The current position within the list of CA certificates.
9832 9833 9834 9835 9836 9837 |
# File 'lib/aws-sdk-iot/types.rb', line 9832 class ListCACertificatesResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |