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