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.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def error @error end |
#image_config ⇒ Types::ImageConfig
Returns the value of attribute image_config.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def image_config @image_config end |