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.
3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3303 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.
3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3303 class ListCertificatesResponse < Struct.new( :next_token, :certificates) SENSITIVE = [] include Aws::Structure end |