File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
final class DescribeStackEventsInput extends Input
13
13
{
14
14
/**
15
- * The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:.
15
+ * The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:
16
16
*
17
17
* - Running stacks: You can specify either the stack's name or its unique stack ID.
18
18
* - Deleted stacks: You must specify the unique stack ID.
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ final class Stack
91
91
private $ stackStatusReason ;
92
92
93
93
/**
94
- * Boolean to enable or disable rollback on stack creation failures:.
94
+ * Boolean to enable or disable rollback on stack creation failures:
95
95
*
96
96
* - `true`: disable rollback.
97
97
* - `false`: enable rollback.
You can’t perform that action at this time.
0 commit comments