Method: Aws::RoboMaker::Types::DescribeRobotApplicationResponse#image_digest
- Defined in:
- lib/aws-sdk-robomaker/types.rb
#image_digest ⇒ String
A SHA256 identifier for the Docker image that you use for your robot application.
2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2067 class DescribeRobotApplicationResponse < Struct.new( :arn, :name, :version, :sources, :robot_software_suite, :revision_id, :last_updated_at, :tags, :environment, :image_digest) SENSITIVE = [] include Aws::Structure end |