Class: Aws::IoT::Types::ListCertificatesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The input for the ListCertificates operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

Returns:

  • (Boolean)


9611
9612
9613
9614
9615
9616
9617
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9611

class ListCertificatesRequest < Struct.new(
  :page_size,
  :marker,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the next set of results.

Returns:

  • (String)


9611
9612
9613
9614
9615
9616
9617
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9611

class ListCertificatesRequest < Struct.new(
  :page_size,
  :marker,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The result page size.

Returns:

  • (Integer)


9611
9612
9613
9614
9615
9616
9617
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9611

class ListCertificatesRequest < Struct.new(
  :page_size,
  :marker,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end