Class: Aws::Artifact::Types::ListCustomerAgreementsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-artifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of resources to return in the paginated response.

Returns:

  • (Integer)


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_tokenString

Pagination token to request the next page of resources.

Returns:

  • (String)


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