Class: Aws::Types::ImageConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImageConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ImageConfigError
Returns the value of attribute error.
-
#image_config ⇒ Types::ImageConfig
Returns the value of attribute image_config.
Instance Attribute Details
#error ⇒ Types::ImageConfigError
Returns the value of attribute error.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def error @error end |
#image_config ⇒ Types::ImageConfig
Returns the value of attribute image_config.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def image_config @image_config end |