Class: Aws::Types::ImageConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::ImageConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_level_digest_resolution ⇒ Boolean
Returns the value of attribute application_level_digest_resolution.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
Instance Attribute Details
#application_level_digest_resolution ⇒ Boolean
Returns the value of attribute application_level_digest_resolution.
253 254 255 |
# File 'sig/types.rbs', line 253 def application_level_digest_resolution @application_level_digest_resolution end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
252 253 254 |
# File 'sig/types.rbs', line 252 def image_uri @image_uri end |