Class: Aws::IoTFleetWise::Types::UpdateModelManifestResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTFleetWise::Types::UpdateModelManifestResponse
 
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the updated vehicle model. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the updated vehicle model. 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated vehicle model.
| 4986 4987 4988 4989 4990 4991 | # File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4986 class UpdateModelManifestResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the updated vehicle model.
| 4986 4987 4988 4989 4990 4991 | # File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4986 class UpdateModelManifestResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |