pub struct Repository { /* private fields */ }Expand description
The AWS::CodeArtifact::Repository resource type.
Trait Implementations§
Source§impl Debug for Repository
impl Debug for Repository
Source§impl Default for Repository
impl Default for Repository
Source§fn default() -> Repository
fn default() -> Repository
Returns the “default value” for a type. Read more
Source§impl From<RepositoryProperties> for Repository
impl From<RepositoryProperties> for Repository
Source§fn from(properties: RepositoryProperties) -> Repository
fn from(properties: RepositoryProperties) -> Repository
Converts to this type from the input type.
Source§impl Resource for Repository
impl Resource for Repository
Source§const TYPE: &'static str = "AWS::CodeArtifact::Repository"
const TYPE: &'static str = "AWS::CodeArtifact::Repository"
Uniquely identifies the resource type.
Source§type Properties = RepositoryProperties
type Properties = RepositoryProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &RepositoryProperties
fn properties(&self) -> &RepositoryProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut RepositoryProperties
fn properties_mut(&mut self) -> &mut RepositoryProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for Repository
impl RefUnwindSafe for Repository
impl Send for Repository
impl Sync for Repository
impl Unpin for Repository
impl UnwindSafe for Repository
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more