Struct aws_sdk_workdocs::model::ResourcePath
source · #[non_exhaustive]pub struct ResourcePath { /* private fields */ }
Expand description
Describes the path information of a resource.
Implementations§
source§impl ResourcePath
impl ResourcePath
sourcepub fn components(&self) -> Option<&[ResourcePathComponent]>
pub fn components(&self) -> Option<&[ResourcePathComponent]>
The components of the resource path.
source§impl ResourcePath
impl ResourcePath
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourcePath
.
Trait Implementations§
source§impl Clone for ResourcePath
impl Clone for ResourcePath
source§fn clone(&self) -> ResourcePath
fn clone(&self) -> ResourcePath
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