Class: Aws::RoboMaker::Types::CreateSimulationApplicationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateSimulationApplicationVersionRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The application information for the simulation application.
-
#current_revision_id ⇒ String
The current revision id for the simulation application.
-
#image_digest ⇒ String
The SHA256 digest used to identify the Docker image URI used to created the simulation application.
-
#s3_etags ⇒ Array<String>
The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.
Instance Attribute Details
#application ⇒ String
The application information for the simulation application.
814 815 816 817 818 819 820 821 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 814 class CreateSimulationApplicationVersionRequest < 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 simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.
814 815 816 817 818 819 820 821 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 814 class CreateSimulationApplicationVersionRequest < Struct.new( :application, :current_revision_id, :s3_etags, :image_digest) SENSITIVE = [] include Aws::Structure end |
#image_digest ⇒ String
The SHA256 digest used to identify the Docker image URI used to created the simulation application.
814 815 816 817 818 819 820 821 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 814 class CreateSimulationApplicationVersionRequest < Struct.new( :application, :current_revision_id, :s3_etags, :image_digest) SENSITIVE = [] include Aws::Structure end |
#s3_etags ⇒ Array<String>
The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.
814 815 816 817 818 819 820 821 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 814 class CreateSimulationApplicationVersionRequest < Struct.new( :application, :current_revision_id, :s3_etags, :image_digest) SENSITIVE = [] include Aws::Structure end |