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.
11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-iot/types.rb', line 11021 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.
11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-iot/types.rb', line 11021 class ListCACertificatesRequest < Struct.new( :page_size, :marker, :ascending_order, :template_name) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The result page size.
11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-iot/types.rb', line 11021 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.
11021 11022 11023 11024 11025 11026 11027 11028 |
# File 'lib/aws-sdk-iot/types.rb', line 11021 class ListCACertificatesRequest < Struct.new( :page_size, :marker, :ascending_order, :template_name) SENSITIVE = [] include Aws::Structure end |