Struct aws_sdk_glue::model::ResourceUri
source · #[non_exhaustive]pub struct ResourceUri { /* private fields */ }Expand description
The URIs for function resources.
Implementations§
source§impl ResourceUri
impl ResourceUri
sourcepub fn resource_type(&self) -> Option<&ResourceType>
pub fn resource_type(&self) -> Option<&ResourceType>
The type of the resource.
source§impl ResourceUri
impl ResourceUri
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceUri.
Trait Implementations§
source§impl Clone for ResourceUri
impl Clone for ResourceUri
source§fn clone(&self) -> ResourceUri
fn clone(&self) -> ResourceUri
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 ResourceUri
impl Debug for ResourceUri
source§impl PartialEq<ResourceUri> for ResourceUri
impl PartialEq<ResourceUri> for ResourceUri
source§fn eq(&self, other: &ResourceUri) -> bool
fn eq(&self, other: &ResourceUri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.