File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ public function createServiceSpecificCredential($input): CreateServiceSpecificCr
166
166
* Path?: string,
167
167
* UserName: string,
168
168
* PermissionsBoundary?: string,
169
- * Tags?: Tag[] ,
169
+ * Tags?: array< Tag|array> ,
170
170
* '@region'?: string|null,
171
171
* }|CreateUserRequest $input
172
172
*
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ final class CreateUserRequest extends Input
74
74
* Path?: string,
75
75
* UserName?: string,
76
76
* PermissionsBoundary?: string,
77
- * Tags?: Tag[] ,
77
+ * Tags?: array< Tag|array> ,
78
78
* '@region'?: string|null,
79
79
* } $input
80
80
*/
@@ -92,7 +92,7 @@ public function __construct(array $input = [])
92
92
* Path?: string,
93
93
* UserName?: string,
94
94
* PermissionsBoundary?: string,
95
- * Tags?: Tag[] ,
95
+ * Tags?: array< Tag|array> ,
96
96
* '@region'?: string|null,
97
97
* }|CreateUserRequest $input
98
98
*/
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ final class User
95
95
* CreateDate: \DateTimeImmutable,
96
96
* PasswordLastUsed?: null|\DateTimeImmutable,
97
97
* PermissionsBoundary?: null|AttachedPermissionsBoundary|array,
98
- * Tags?: null|Tag[] ,
98
+ * Tags?: null|array< Tag|array> ,
99
99
* } $input
100
100
*/
101
101
public function __construct (array $ input )
@@ -119,7 +119,7 @@ public function __construct(array $input)
119
119
* CreateDate: \DateTimeImmutable,
120
120
* PasswordLastUsed?: null|\DateTimeImmutable,
121
121
* PermissionsBoundary?: null|AttachedPermissionsBoundary|array,
122
- * Tags?: null|Tag[] ,
122
+ * Tags?: null|array< Tag|array> ,
123
123
* }|User $input
124
124
*/
125
125
public static function create ($ input ): self
You can’t perform that action at this time.
0 commit comments