Class: Aws::SageMaker::Types::ListPartnerAppsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.



35505
35506
35507
35508
35509
35510
# File 'lib/aws-sdk-sagemaker/types.rb', line 35505

class ListPartnerAppsResponse < Struct.new(
  :summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#summariesArray<Types::PartnerAppSummary>

The information related to each of the SageMaker Partner AI Apps in an account.



35505
35506
35507
35508
35509
35510
# File 'lib/aws-sdk-sagemaker/types.rb', line 35505

class ListPartnerAppsResponse < Struct.new(
  :summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end