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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (String)


32007
32008
32009
32010
32011
32012
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32007

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.

Returns:



32007
32008
32009
32010
32011
32012
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32007

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