Method: Aws::RoboMaker::Types::CreateRobotApplicationVersionRequest#application
- Defined in:
- lib/aws-sdk-robomaker/types.rb
#application ⇒ String
The application information for the robot application.
559 560 561 562 563 564 565 566 |
# File 'lib/aws-sdk-robomaker/types.rb', line 559 class CreateRobotApplicationVersionRequest < Struct.new( :application, :current_revision_id, :s3_etags, :image_digest) SENSITIVE = [] include Aws::Structure end |