Class: Aws::Transfer::Types::ListAgreementsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListAgreementsResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreements ⇒ Array<Types::ListedAgreement>
Returns an array, where each item contains the details of an agreement.
-
#next_token ⇒ String
Returns a token that you can use to call
ListAgreementsagain and receive additional results, if there are any.
Instance Attribute Details
#agreements ⇒ Array<Types::ListedAgreement>
Returns an array, where each item contains the details of an agreement.
4526 4527 4528 4529 4530 4531 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4526 class ListAgreementsResponse < Struct.new( :next_token, :agreements) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Returns a token that you can use to call ListAgreements again and
receive additional results, if there are any.
4526 4527 4528 4529 4530 4531 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4526 class ListAgreementsResponse < Struct.new( :next_token, :agreements) SENSITIVE = [] include Aws::Structure end |