Class: Aws::MediaLive::Types::ClaimDeviceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::ClaimDeviceRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Request to claim an AWS Elemental device that you have purchased from a third-party vendor.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The id of the device you want to claim.
 
Instance Attribute Details
#id ⇒ String
The id of the device you want to claim.
      2028 2029 2030 2031 2032  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 2028 class ClaimDeviceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |