Class: Aws::Artifact::Types::ListCustomerAgreementsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::ListCustomerAgreementsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_agreements ⇒ Array<Types::CustomerAgreementSummary>
List of customer-agreement resources.
-
#next_token ⇒ String
Pagination token to request the next page of resources.
Instance Attribute Details
#customer_agreements ⇒ Array<Types::CustomerAgreementSummary>
List of customer-agreement resources.
298 299 300 301 302 303 |
# File 'lib/aws-sdk-artifact/types.rb', line 298 class ListCustomerAgreementsResponse < Struct.new( :customer_agreements, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token to request the next page of resources.
298 299 300 301 302 303 |
# File 'lib/aws-sdk-artifact/types.rb', line 298 class ListCustomerAgreementsResponse < Struct.new( :customer_agreements, :next_token) SENSITIVE = [] include Aws::Structure end |