Class: Aws::SagemakerEdgeManager::Types::GetDeploymentsRequest

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

#device_fleet_nameString

The name of the fleet that the device belongs to.

Returns:

  • (String)


218
219
220
221
222
223
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 218

class GetDeploymentsRequest < Struct.new(
  :device_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The unique name of the device you want to get the configuration of active deployments from.

Returns:

  • (String)


218
219
220
221
222
223
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 218

class GetDeploymentsRequest < Struct.new(
  :device_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end