File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ type PlanActionRequest struct {
7777 // LinkedResources contains the data of the managed resource types that are linked to this action.
7878 //
7979 // - If the action schema type is Unlinked, this field will be empty.
80- // - If the action schema type is Lifecycle, this field will be contain a single linked resource.
80+ // - If the action schema type is Lifecycle, this field will contain a single linked resource.
8181 // - If the action schema type is Linked, this field will be one or more linked resources, which
8282 // will be in the same order as the linked resource schemas are defined in the action schema.
8383 //
@@ -165,7 +165,7 @@ type InvokeActionRequest struct {
165165 // LinkedResources contains the data of the managed resource types that are linked to this action.
166166 //
167167 // - If the action schema type is Unlinked, this field will be empty.
168- // - If the action schema type is Lifecycle, this field will be contain a single linked resource.
168+ // - If the action schema type is Lifecycle, this field will contain a single linked resource.
169169 // - If the action schema type is Linked, this field will be one or more linked resources, which
170170 // will be in the same order as the linked resource schemas are defined in the action schema.
171171 //
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ type PlanActionRequest struct {
7777 // LinkedResources contains the data of the managed resource types that are linked to this action.
7878 //
7979 // - If the action schema type is Unlinked, this field will be empty.
80- // - If the action schema type is Lifecycle, this field will be contain a single linked resource.
80+ // - If the action schema type is Lifecycle, this field will contain a single linked resource.
8181 // - If the action schema type is Linked, this field will be one or more linked resources, which
8282 // will be in the same order as the linked resource schemas are defined in the action schema.
8383 //
@@ -165,7 +165,7 @@ type InvokeActionRequest struct {
165165 // LinkedResources contains the data of the managed resource types that are linked to this action.
166166 //
167167 // - If the action schema type is Unlinked, this field will be empty.
168- // - If the action schema type is Lifecycle, this field will be contain a single linked resource.
168+ // - If the action schema type is Lifecycle, this field will contain a single linked resource.
169169 // - If the action schema type is Linked, this field will be one or more linked resources, which
170170 // will be in the same order as the linked resource schemas are defined in the action schema.
171171 //
You can’t perform that action at this time.
0 commit comments