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