Class: Aws::Types::ComponentDeploymentSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ComponentDeploymentSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_version ⇒ ::String
Returns the value of attribute component_version.
-
#configuration_update ⇒ Types::ComponentConfigurationUpdate
Returns the value of attribute configuration_update.
-
#run_with ⇒ Types::ComponentRunWith
Returns the value of attribute run_with.
Instance Attribute Details
#component_version ⇒ ::String
Returns the value of attribute component_version.
112 113 114 |
# File 'sig/types.rbs', line 112 def component_version @component_version end |
#configuration_update ⇒ Types::ComponentConfigurationUpdate
Returns the value of attribute configuration_update.
113 114 115 |
# File 'sig/types.rbs', line 113 def configuration_update @configuration_update end |
#run_with ⇒ Types::ComponentRunWith
Returns the value of attribute run_with.
114 115 116 |
# File 'sig/types.rbs', line 114 def run_with @run_with end |