Struct aws_sdk_apigateway::output::CreateDocumentationVersionOutput [−][src]
#[non_exhaustive]pub struct CreateDocumentationVersionOutput {
pub version: Option<String>,
pub created_date: Option<DateTime>,
pub description: Option<String>,
}
Expand description
A snapshot of the documentation of an API.
Publishing API documentation involves creating a documentation version associated with an API stage and exporting the versioned documentation to an external (e.g., OpenAPI) file.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.version: Option<String>
The version identifier of the API documentation snapshot.
created_date: Option<DateTime>
The date when the API documentation snapshot is created.
description: Option<String>
The description of the API documentation snapshot.
Implementations
The date when the API documentation snapshot is created.
The description of the API documentation snapshot.
Creates a new builder-style object to manufacture CreateDocumentationVersionOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CreateDocumentationVersionOutput
impl Sync for CreateDocumentationVersionOutput
impl Unpin for CreateDocumentationVersionOutput
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