pub struct Bucket { /* private fields */ }Expand description
The AWS::S3::Bucket resource type.
Trait Implementations§
Source§impl From<BucketProperties> for Bucket
impl From<BucketProperties> for Bucket
Source§fn from(properties: BucketProperties) -> Bucket
fn from(properties: BucketProperties) -> Bucket
Converts to this type from the input type.
Source§impl Resource for Bucket
impl Resource for Bucket
Source§type Properties = BucketProperties
type Properties = BucketProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &BucketProperties
fn properties(&self) -> &BucketProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut BucketProperties
fn properties_mut(&mut self) -> &mut BucketProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for Bucket
impl RefUnwindSafe for Bucket
impl Send for Bucket
impl Sync for Bucket
impl Unpin for Bucket
impl UnwindSafe for Bucket
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