Class: Aws::Artifact::Types::ListCustomerAgreementsResponse

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

#customer_agreementsArray<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_tokenString

Pagination token to request the next page of resources.

Returns:

  • (String)


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