Class: Aws::SagemakerEdgeManager::Types::GetDeploymentsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::GetDeploymentsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployments ⇒ Array<Types::EdgeDeployment>
Returns a list of the configurations of the active deployments on the device.
Instance Attribute Details
#deployments ⇒ Array<Types::EdgeDeployment>
Returns a list of the configurations of the active deployments on the device.
232 233 234 235 236 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 232 class GetDeploymentsResult < Struct.new( :deployments) SENSITIVE = [] include Aws::Structure end |