Class: Aws::Types::DeploymentProperties
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_timeout_minutes ⇒ ::Integer
Returns the value of attribute end_timeout_minutes.
-
#start_timeout_minutes ⇒ ::Integer
Returns the value of attribute start_timeout_minutes.
Instance Attribute Details
#end_timeout_minutes ⇒ ::Integer
Returns the value of attribute end_timeout_minutes.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def end_timeout_minutes @end_timeout_minutes end |
#start_timeout_minutes ⇒ ::Integer
Returns the value of attribute start_timeout_minutes.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def start_timeout_minutes @start_timeout_minutes end |