Class: Aws::EMRServerless::Types::ImageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ImageConfiguration
- Defined in:
- gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb
Overview
The applied image configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_uri ⇒ String
The image URI.
-
#resolved_image_digest ⇒ String
The SHA256 digest of the image URI.
Instance Attribute Details
#image_uri ⇒ String
The image URI.
692 693 694 695 696 697 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 692 class ImageConfiguration < Struct.new( :image_uri, :resolved_image_digest) SENSITIVE = [] include Aws::Structure end |
#resolved_image_digest ⇒ String
The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
692 693 694 695 696 697 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 692 class ImageConfiguration < Struct.new( :image_uri, :resolved_image_digest) SENSITIVE = [] include Aws::Structure end |