Struct aws_sdk_ssm::model::document_review_comment_source::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DocumentReviewCommentSource
Implementations
The type of information added to a review request. Currently, only the value Comment
is supported.
The type of information added to a review request. Currently, only the value Comment
is supported.
The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
Consumes the builder and constructs a DocumentReviewCommentSource
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more