Class: Aws::SageMaker::Types::ListAppsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListAppsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apps ⇒ Array<Types::AppDetails>
The list of apps.
-
#next_token ⇒ String
If the previous response was truncated, you will receive this token.
Instance Attribute Details
#apps ⇒ Array<Types::AppDetails>
The list of apps.
27770 27771 27772 27773 27774 27775 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27770 class ListAppsResponse < Struct.new( :apps, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
27770 27771 27772 27773 27774 27775 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27770 class ListAppsResponse < Struct.new( :apps, :next_token) SENSITIVE = [] include Aws::Structure end |