Class: Aws::SageMaker::Types::ListAppsResponse

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

#appsArray<Types::AppDetails>

The list of apps.

Returns:



24998
24999
25000
25001
25002
25003
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24998

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

#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)


24998
24999
25000
25001
25002
25003
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24998

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