Class: Aws::Transfer::Types::ListCertificatesResponse

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

#certificatesArray<Types::ListedCertificate>

Returns an array of the certificates that are specified in the ListCertificates call.

Returns:



3660
3661
3662
3663
3664
3665
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3660

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

#next_tokenString

Returns the next token, which you can use to list the next certificate.

Returns:

  • (String)


3660
3661
3662
3663
3664
3665
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3660

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