Class: Aws::SagemakerEdgeManager::Types::GetDeploymentsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SagemakerEdgeManager::Types::GetDeploymentsRequest
 
- Defined in:
- gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #device_fleet_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the fleet that the device belongs to. 
- 
  
    
      #device_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique name of the device you want to get the configuration of active deployments from. 
Instance Attribute Details
#device_fleet_name ⇒ String
The name of the fleet that the device belongs to.
| 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_name ⇒ String
The unique name of the device you want to get the configuration of active deployments from.
| 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 |