Class: Aws::Artifact::Types::ListCustomerAgreementsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::ListCustomerAgreementsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of resources to return in the paginated response.
-
#next_token ⇒ String
Pagination token to request the next page of resources.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of resources to return in the paginated response.
281 282 283 284 285 286 |
# File 'lib/aws-sdk-artifact/types.rb', line 281 class ListCustomerAgreementsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token to request the next page of resources.
281 282 283 284 285 286 |
# File 'lib/aws-sdk-artifact/types.rb', line 281 class ListCustomerAgreementsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |