Struct aws_sdk_workspacesweb::output::GetTrustStoreOutput
source · #[non_exhaustive]pub struct GetTrustStoreOutput { /* private fields */ }
Implementations§
source§impl GetTrustStoreOutput
impl GetTrustStoreOutput
sourcepub fn trust_store(&self) -> Option<&TrustStore>
pub fn trust_store(&self) -> Option<&TrustStore>
The trust store.
source§impl GetTrustStoreOutput
impl GetTrustStoreOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTrustStoreOutput
.
Trait Implementations§
source§impl Clone for GetTrustStoreOutput
impl Clone for GetTrustStoreOutput
source§fn clone(&self) -> GetTrustStoreOutput
fn clone(&self) -> GetTrustStoreOutput
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 more