Class: Aws::Types::ImageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ImageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build ⇒ Types::ImageBuildConfiguration
Returns the value of attribute build.
-
#source ⇒ Types::ImageSource
Returns the value of attribute source.
Instance Attribute Details
#build ⇒ Types::ImageBuildConfiguration
Returns the value of attribute build.
604 605 606 |
# File 'sig/types.rbs', line 604 def build @build end |
#source ⇒ Types::ImageSource
Returns the value of attribute source.
603 604 605 |
# File 'sig/types.rbs', line 603 def source @source end |