Struct aws_sdk_ssm::types::DocumentReviewCommentSource
source · #[non_exhaustive]pub struct DocumentReviewCommentSource { /* private fields */ }Expand description
Information about comments added to a document review request.
Implementations§
source§impl DocumentReviewCommentSource
impl DocumentReviewCommentSource
sourcepub fn type(&self) -> Option<&DocumentReviewCommentType>
pub fn type(&self) -> Option<&DocumentReviewCommentType>
The type of information added to a review request. Currently, only the value Comment is supported.
source§impl DocumentReviewCommentSource
impl DocumentReviewCommentSource
sourcepub fn builder() -> DocumentReviewCommentSourceBuilder
pub fn builder() -> DocumentReviewCommentSourceBuilder
Creates a new builder-style object to manufacture DocumentReviewCommentSource.
Trait Implementations§
source§impl Clone for DocumentReviewCommentSource
impl Clone for DocumentReviewCommentSource
source§fn clone(&self) -> DocumentReviewCommentSource
fn clone(&self) -> DocumentReviewCommentSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DocumentReviewCommentSource
impl Debug for DocumentReviewCommentSource
source§impl PartialEq<DocumentReviewCommentSource> for DocumentReviewCommentSource
impl PartialEq<DocumentReviewCommentSource> for DocumentReviewCommentSource
source§fn eq(&self, other: &DocumentReviewCommentSource) -> bool
fn eq(&self, other: &DocumentReviewCommentSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.