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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4511
4512
4513
4514
4515
4516
# File 'lib/aws-sdk-transfer/types.rb', line 4511

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.



4511
4512
4513
4514
4515
4516
# File 'lib/aws-sdk-transfer/types.rb', line 4511

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