pub struct VpcDhcpOptionsAssociationArgs {
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.
Implementations§
source§impl VpcDhcpOptionsAssociationArgs
impl VpcDhcpOptionsAssociationArgs
sourcepub fn builder() -> VpcDhcpOptionsAssociationArgsBuilder
pub fn builder() -> VpcDhcpOptionsAssociationArgsBuilder
Create an instance of VpcDhcpOptionsAssociationArgs
using the builder syntax
Trait Implementations§
source§impl Clone for VpcDhcpOptionsAssociationArgs
impl Clone for VpcDhcpOptionsAssociationArgs
source§fn clone(&self) -> VpcDhcpOptionsAssociationArgs
fn clone(&self) -> VpcDhcpOptionsAssociationArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VpcDhcpOptionsAssociationArgs
impl RefUnwindSafe for VpcDhcpOptionsAssociationArgs
impl Send for VpcDhcpOptionsAssociationArgs
impl Sync for VpcDhcpOptionsAssociationArgs
impl Unpin for VpcDhcpOptionsAssociationArgs
impl UnwindSafe for VpcDhcpOptionsAssociationArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)