Class: Aws::RoboMaker::Types::DeleteRobotApplicationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::DeleteRobotApplicationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #application  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the the robot application.
 - 
  
    
      #application_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the robot application to delete.
 
Instance Attribute Details
#application ⇒ String
The Amazon Resource Name (ARN) of the the robot application.
      1636 1637 1638 1639 1640 1641  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1636 class DeleteRobotApplicationRequest < Struct.new( :application, :application_version) SENSITIVE = [] include Aws::Structure end  | 
  
#application_version ⇒ String
The version of the robot application to delete.
      1636 1637 1638 1639 1640 1641  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1636 class DeleteRobotApplicationRequest < Struct.new( :application, :application_version) SENSITIVE = [] include Aws::Structure end  |