Class: Aws::IoT::Types::ListCACertificatesRequest

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

Overview

Input for the ListCACertificates operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

Determines the order of the results.

Returns:

  • (Boolean)


9488
9489
9490
9491
9492
9493
9494
9495
# File 'lib/aws-sdk-iot/types.rb', line 9488

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

#markerString

The marker for the next set of results.

Returns:

  • (String)


9488
9489
9490
9491
9492
9493
9494
9495
# File 'lib/aws-sdk-iot/types.rb', line 9488

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

#page_sizeInteger

The result page size.

Returns:

  • (Integer)


9488
9489
9490
9491
9492
9493
9494
9495
# File 'lib/aws-sdk-iot/types.rb', line 9488

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

#template_nameString

The name of the provisioning template.

Returns:

  • (String)


9488
9489
9490
9491
9492
9493
9494
9495
# File 'lib/aws-sdk-iot/types.rb', line 9488

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