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
Note:
When making an API call, you may pass DeleteRobotApplicationRequest data as a hash:
{
application: "Arn", # required
application_version: "Version",
}
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.
2040 2041 2042 2043 2044 2045 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2040 class DeleteRobotApplicationRequest < Struct.new( :application, :application_version) SENSITIVE = [] include Aws::Structure end |
#application_version ⇒ String
The version of the robot application to delete.
2040 2041 2042 2043 2044 2045 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2040 class DeleteRobotApplicationRequest < Struct.new( :application, :application_version) SENSITIVE = [] include Aws::Structure end |