Class: Aws::IoT::Types::ListCACertificatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCACertificatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Input for the ListCACertificates operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ascending_order ⇒ Boolean
Determines the order of the results.
-
#marker ⇒ String
The marker for the next set of results.
-
#page_size ⇒ Integer
The result page size.
-
#template_name ⇒ String
The name of the provisioning template.
Instance Attribute Details
#ascending_order ⇒ Boolean
Determines the order of the results.
9813 9814 9815 9816 9817 9818 9819 9820 |
# File 'lib/aws-sdk-iot/types.rb', line 9813 class ListCACertificatesRequest < Struct.new( :page_size, :marker, :ascending_order, :template_name) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results.
9813 9814 9815 9816 9817 9818 9819 9820 |
# File 'lib/aws-sdk-iot/types.rb', line 9813 class ListCACertificatesRequest < Struct.new( :page_size, :marker, :ascending_order, :template_name) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The result page size.
9813 9814 9815 9816 9817 9818 9819 9820 |
# File 'lib/aws-sdk-iot/types.rb', line 9813 class ListCACertificatesRequest < Struct.new( :page_size, :marker, :ascending_order, :template_name) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the provisioning template.
9813 9814 9815 9816 9817 9818 9819 9820 |
# File 'lib/aws-sdk-iot/types.rb', line 9813 class ListCACertificatesRequest < Struct.new( :page_size, :marker, :ascending_order, :template_name) SENSITIVE = [] include Aws::Structure end |