Class: Aws::Transfer::Types::ListCertificatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListCertificatesResponse
- Defined in:
- gems/aws-sdk-transfer/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.
4061 4062 4063 4064 4065 4066 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4061 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.
4061 4062 4063 4064 4065 4066 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4061 class ListCertificatesResponse < Struct.new( :next_token, :certificates) SENSITIVE = [] include Aws::Structure end |