Class: Aws::SagemakerEdgeManager::Types::GetDeploymentsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deploymentsArray<Types::EdgeDeployment>

Returns a list of the configurations of the active deployments on the device.

Returns:



232
233
234
235
236
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 232

class GetDeploymentsResult < Struct.new(
  :deployments)
  SENSITIVE = []
  include Aws::Structure
end