Class: Aws::RoboMaker::Types::CreateRobotApplicationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateRobotApplicationVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The application information for the robot application.
-
#current_revision_id ⇒ String
The current revision id for the robot application.
-
#image_digest ⇒ String
A SHA256 identifier for the Docker image that you use for your robot application.
-
#s3_etags ⇒ Array<String>
The Amazon S3 identifier for the zip file bundle that you use for your robot application.
Instance Attribute Details
#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 |
#current_revision_id ⇒ String
The current revision id for the robot application. If you provide a value and it matches the latest revision ID, a new version will be created.
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 |
#image_digest ⇒ String
A SHA256 identifier for the Docker image that you use for your 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 |
#s3_etags ⇒ Array<String>
The Amazon S3 identifier for the zip file bundle that you use for your 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 |