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.
10430 10431 10432 10433 10434 10435 |
# File 'lib/aws-sdk-iot/types.rb', line 10430 class ListCACertificatesResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
The current position within the list of CA certificates.
10430 10431 10432 10433 10434 10435 |
# File 'lib/aws-sdk-iot/types.rb', line 10430 class ListCACertificatesResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |