Class: Aws::Transfer::Types::ListCertificatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListCertificatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificates ⇒ Array<Types::ListedCertificate>
Returns an array of the certificates that are specified in the ‘ListCertificates` call.
-
#next_token ⇒ String
Returns the next token, which you can use to list the next certificate.
Instance Attribute Details
#certificates ⇒ Array<Types::ListedCertificate>
Returns an array of the certificates that are specified in the ‘ListCertificates` call.
3715 3716 3717 3718 3719 3720 |
# File 'lib/aws-sdk-transfer/types.rb', line 3715 class ListCertificatesResponse < Struct.new( :next_token, :certificates) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Returns the next token, which you can use to list the next certificate.
3715 3716 3717 3718 3719 3720 |
# File 'lib/aws-sdk-transfer/types.rb', line 3715 class ListCertificatesResponse < Struct.new( :next_token, :certificates) SENSITIVE = [] include Aws::Structure end |