Class: Aws::IoT::Types::ListOutgoingCertificatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListOutgoingCertificatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input to the ListOutgoingCertificates 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.
10648 10649 10650 10651 10652 10653 10654 |
# File 'lib/aws-sdk-iot/types.rb', line 10648 class ListOutgoingCertificatesRequest < Struct.new( :page_size, :marker, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results.
10648 10649 10650 10651 10652 10653 10654 |
# File 'lib/aws-sdk-iot/types.rb', line 10648 class ListOutgoingCertificatesRequest < Struct.new( :page_size, :marker, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The result page size.
10648 10649 10650 10651 10652 10653 10654 |
# File 'lib/aws-sdk-iot/types.rb', line 10648 class ListOutgoingCertificatesRequest < Struct.new( :page_size, :marker, :ascending_order) SENSITIVE = [] include Aws::Structure end |