Class: Aws::Types::CloudFormationStackUpdate
- Inherits:
-
Object
- Object
- Aws::Types::CloudFormationStackUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#stack_arn ⇒ ::String
Returns the value of attribute stack_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
92 93 94 |
# File 'sig/types.rbs', line 92 def end_time @end_time end |
#stack_arn ⇒ ::String
Returns the value of attribute stack_arn.
93 94 95 |
# File 'sig/types.rbs', line 93 def stack_arn @stack_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
94 95 96 |
# File 'sig/types.rbs', line 94 def start_time @start_time end |