Class: Aws::Transfer::Types::ListCertificatesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of certificates to return.

Returns:

  • (Integer)


3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3641

class ListCertificatesRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When you can get additional results from the ListCertificates call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional certificates.

Returns:

  • (String)


3641
3642
3643
3644
3645
3646
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3641

class ListCertificatesRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end