Class: Aws::RoboMaker::Types::DeleteRobotApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DeleteRobotApplicationRequest
- Defined in:
- gems/aws-sdk-robomaker/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.
1632 1633 1634 1635 1636 1637 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1632 class DeleteRobotApplicationRequest < Struct.new( :application, :application_version) SENSITIVE = [] include Aws::Structure end |
#application_version ⇒ String
The version of the robot application to delete.
1632 1633 1634 1635 1636 1637 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1632 class DeleteRobotApplicationRequest < Struct.new( :application, :application_version) SENSITIVE = [] include Aws::Structure end |