Class: Aws::IoT::Types::ListCertificatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCertificatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the ListCertificates operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ascending_order ⇒ Boolean
Specifies the order for results.
-
#marker ⇒ String
The marker for the next set of results.
-
#page_size ⇒ Integer
The result page size.
Instance Attribute Details
#ascending_order ⇒ Boolean
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
9936 9937 9938 9939 9940 9941 9942 |
# File 'lib/aws-sdk-iot/types.rb', line 9936 class ListCertificatesRequest < Struct.new( :page_size, :marker, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results.
9936 9937 9938 9939 9940 9941 9942 |
# File 'lib/aws-sdk-iot/types.rb', line 9936 class ListCertificatesRequest < Struct.new( :page_size, :marker, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The result page size.
9936 9937 9938 9939 9940 9941 9942 |
# File 'lib/aws-sdk-iot/types.rb', line 9936 class ListCertificatesRequest < Struct.new( :page_size, :marker, :ascending_order) SENSITIVE = [] include Aws::Structure end |