File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -661,16 +661,16 @@ The following example defines a CloudFormation resource that has the
661661Summary
662662 Indicates that the member annotated has a default value
663663 for that property of the CloudFormation resource. Thus,
664- when this trait annotates an ``@output `` structure member,
664+ when this trait annotates an ``@input `` or `` @ output `` structure member,
665665 it indicates that the CloudFormation property generated
666666 from that member has a default value in the CloudFormation
667667 schema. This trait can be used to indicate that an output
668668 field with a value may return a default value assigned
669669 by the service.
670670Trait selector
671- ``resource > operation -[output]-> structure > member ``
671+ ``resource > operation -[input, output]-> structure > member ``
672672
673- *Only applicable to members of @output operations *
673+ *Only applicable to members of @input or @ output operations *
674674Value type
675675 Annotation trait
676676
You can’t perform that action at this time.
0 commit comments