pub struct KeyGroupProperties {
pub key_group_config: Value<KeyGroupConfig>,
}Expand description
Properties for the KeyGroup resource.
Fields§
§key_group_config: Value<KeyGroupConfig>Property KeyGroupConfig.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for KeyGroupProperties
impl Debug for KeyGroupProperties
Source§impl Default for KeyGroupProperties
impl Default for KeyGroupProperties
Source§fn default() -> KeyGroupProperties
fn default() -> KeyGroupProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KeyGroupProperties
impl<'de> Deserialize<'de> for KeyGroupProperties
Source§fn deserialize<D: Deserializer<'de>>(
d: D,
) -> Result<KeyGroupProperties, D::Error>
fn deserialize<D: Deserializer<'de>>( d: D, ) -> Result<KeyGroupProperties, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<KeyGroupProperties> for KeyGroup
impl From<KeyGroupProperties> for KeyGroup
Source§fn from(properties: KeyGroupProperties) -> KeyGroup
fn from(properties: KeyGroupProperties) -> KeyGroup
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KeyGroupProperties
impl RefUnwindSafe for KeyGroupProperties
impl Send for KeyGroupProperties
impl Sync for KeyGroupProperties
impl Unpin for KeyGroupProperties
impl UnwindSafe for KeyGroupProperties
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