Class: Aws::Types::DisassociateSoftwareFromImageBuilderRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSoftwareFromImageBuilderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_builder_name ⇒ ::String
Returns the value of attribute image_builder_name.
-
#software_names ⇒ ::Array[::String]
Returns the value of attribute software_names.
Instance Attribute Details
#image_builder_name ⇒ ::String
Returns the value of attribute image_builder_name.
981 982 983 |
# File 'sig/types.rbs', line 981 def image_builder_name @image_builder_name end |
#software_names ⇒ ::Array[::String]
Returns the value of attribute software_names.
982 983 984 |
# File 'sig/types.rbs', line 982 def software_names @software_names end |