pub struct SubnetGroup { /* private fields */ }Expand description
The AWS::ElastiCache::SubnetGroup resource type.
Trait Implementations§
Source§impl Debug for SubnetGroup
impl Debug for SubnetGroup
Source§impl Default for SubnetGroup
impl Default for SubnetGroup
Source§fn default() -> SubnetGroup
fn default() -> SubnetGroup
Returns the “default value” for a type. Read more
Source§impl From<SubnetGroupProperties> for SubnetGroup
impl From<SubnetGroupProperties> for SubnetGroup
Source§fn from(properties: SubnetGroupProperties) -> SubnetGroup
fn from(properties: SubnetGroupProperties) -> SubnetGroup
Converts to this type from the input type.
Source§impl Resource for SubnetGroup
impl Resource for SubnetGroup
Source§const TYPE: &'static str = "AWS::ElastiCache::SubnetGroup"
const TYPE: &'static str = "AWS::ElastiCache::SubnetGroup"
Uniquely identifies the resource type.
Source§type Properties = SubnetGroupProperties
type Properties = SubnetGroupProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &SubnetGroupProperties
fn properties(&self) -> &SubnetGroupProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut SubnetGroupProperties
fn properties_mut(&mut self) -> &mut SubnetGroupProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for SubnetGroup
impl RefUnwindSafe for SubnetGroup
impl Send for SubnetGroup
impl Sync for SubnetGroup
impl Unpin for SubnetGroup
impl UnwindSafe for SubnetGroup
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