Struct aws_sdk_worklink::model::DomainSummary
source · [−]#[non_exhaustive]pub struct DomainSummary {
pub domain_name: Option<String>,
pub display_name: Option<String>,
pub created_time: Option<DateTime>,
pub domain_status: Option<DomainStatus>,
}Expand description
The summary of the domain.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.domain_name: Option<String>The name of the domain.
display_name: Option<String>The name to display.
created_time: Option<DateTime>The time that the domain was created.
domain_status: Option<DomainStatus>The status of the domain.
Implementations
The name of the domain.
The name to display.
The time that the domain was created.
The status of the domain.
Creates a new builder-style object to manufacture DomainSummary
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 RefUnwindSafe for DomainSummary
impl Send for DomainSummary
impl Sync for DomainSummary
impl Unpin for DomainSummary
impl UnwindSafe for DomainSummary
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