Class: Aws::RoboMaker::Types::CreateSimulationApplicationVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationString

The application information for the simulation application.

Returns:

  • (String)


818
819
820
821
822
823
824
825
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 818

class CreateSimulationApplicationVersionRequest < Struct.new(
  :application,
  :current_revision_id,
  :s3_etags,
  :image_digest)
  SENSITIVE = []
  include Aws::Structure
end

#current_revision_idString

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.

Returns:

  • (String)


818
819
820
821
822
823
824
825
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 818

class CreateSimulationApplicationVersionRequest < Struct.new(
  :application,
  :current_revision_id,
  :s3_etags,
  :image_digest)
  SENSITIVE = []
  include Aws::Structure
end

#image_digestString

The SHA256 digest used to identify the Docker image URI used to created the simulation application.

Returns:

  • (String)


818
819
820
821
822
823
824
825
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 818

class CreateSimulationApplicationVersionRequest < Struct.new(
  :application,
  :current_revision_id,
  :s3_etags,
  :image_digest)
  SENSITIVE = []
  include Aws::Structure
end

#s3_etagsArray<String>

The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.

Returns:

  • (Array<String>)


818
819
820
821
822
823
824
825
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 818

class CreateSimulationApplicationVersionRequest < Struct.new(
  :application,
  :current_revision_id,
  :s3_etags,
  :image_digest)
  SENSITIVE = []
  include Aws::Structure
end