Class: Aws::SageMaker::Types::ListEdgeDeploymentPlansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListEdgeDeploymentPlansResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_deployment_plan_summaries ⇒ Array<Types::EdgeDeploymentPlanSummary>
List of summaries of edge deployment plans.
-
#next_token ⇒ String
The token to use when calling the next page of results.
Instance Attribute Details
#edge_deployment_plan_summaries ⇒ Array<Types::EdgeDeploymentPlanSummary>
List of summaries of edge deployment plans.
29019 29020 29021 29022 29023 29024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29019 class ListEdgeDeploymentPlansResponse < Struct.new( :edge_deployment_plan_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when calling the next page of results.
29019 29020 29021 29022 29023 29024 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29019 class ListEdgeDeploymentPlansResponse < Struct.new( :edge_deployment_plan_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |