pub struct VpcDhcpOptionsAssociationResult {
pub dhcp_options_id: Output<String>,
pub vpc_id: Output<String>,
}
Fields§
§dhcp_options_id: Output<String>
The ID of the DHCP Options Set to associate to the VPC.
vpc_id: Output<String>
The ID of the VPC to which we would like to associate a DHCP Options Set.
Auto Trait Implementations§
impl Freeze for VpcDhcpOptionsAssociationResult
impl RefUnwindSafe for VpcDhcpOptionsAssociationResult
impl Send for VpcDhcpOptionsAssociationResult
impl Sync for VpcDhcpOptionsAssociationResult
impl Unpin for VpcDhcpOptionsAssociationResult
impl UnwindSafe for VpcDhcpOptionsAssociationResult
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