Class: Aws::IoTWireless::Types::CreateDeviceProfileResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTWireless::Types::CreateDeviceProfileResponse
 
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name of the new resource. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the new device profile. 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the new resource.
| 645 646 647 648 649 650 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 645 class CreateDeviceProfileResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The ID of the new device profile.
| 645 646 647 648 649 650 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 645 class CreateDeviceProfileResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |