Struct aws_sdk_ssm::types::DocumentMetadataResponseInfo
source · #[non_exhaustive]pub struct DocumentMetadataResponseInfo { /* private fields */ }Expand description
Details about the response to a document review request.
Implementations§
source§impl DocumentMetadataResponseInfo
impl DocumentMetadataResponseInfo
sourcepub fn reviewer_response(&self) -> Option<&[DocumentReviewerResponseSource]>
pub fn reviewer_response(&self) -> Option<&[DocumentReviewerResponseSource]>
Details about a reviewer's response to a document review request.
source§impl DocumentMetadataResponseInfo
impl DocumentMetadataResponseInfo
sourcepub fn builder() -> DocumentMetadataResponseInfoBuilder
pub fn builder() -> DocumentMetadataResponseInfoBuilder
Creates a new builder-style object to manufacture DocumentMetadataResponseInfo.
Trait Implementations§
source§impl Clone for DocumentMetadataResponseInfo
impl Clone for DocumentMetadataResponseInfo
source§fn clone(&self) -> DocumentMetadataResponseInfo
fn clone(&self) -> DocumentMetadataResponseInfo
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 DocumentMetadataResponseInfo
impl Debug for DocumentMetadataResponseInfo
source§impl PartialEq<DocumentMetadataResponseInfo> for DocumentMetadataResponseInfo
impl PartialEq<DocumentMetadataResponseInfo> for DocumentMetadataResponseInfo
source§fn eq(&self, other: &DocumentMetadataResponseInfo) -> bool
fn eq(&self, other: &DocumentMetadataResponseInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.