pub struct AssociateDhcpOptionsRequest {
pub dhcp_options_id: String,
pub dry_run: Option<bool>,
pub vpc_id: String,
}Fields§
§dhcp_options_id: StringThe ID of the DHCP options set, or default to associate no DHCP options with the VPC.
dry_run: Option<bool>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
vpc_id: StringThe ID of the VPC.
Trait Implementations§
Source§impl Clone for AssociateDhcpOptionsRequest
impl Clone for AssociateDhcpOptionsRequest
Source§fn clone(&self) -> AssociateDhcpOptionsRequest
fn clone(&self) -> AssociateDhcpOptionsRequest
Returns a duplicate 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 moreSource§impl Debug for AssociateDhcpOptionsRequest
impl Debug for AssociateDhcpOptionsRequest
Source§impl Default for AssociateDhcpOptionsRequest
impl Default for AssociateDhcpOptionsRequest
Source§fn default() -> AssociateDhcpOptionsRequest
fn default() -> AssociateDhcpOptionsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for AssociateDhcpOptionsRequest
Auto Trait Implementations§
impl Freeze for AssociateDhcpOptionsRequest
impl RefUnwindSafe for AssociateDhcpOptionsRequest
impl Send for AssociateDhcpOptionsRequest
impl Sync for AssociateDhcpOptionsRequest
impl Unpin for AssociateDhcpOptionsRequest
impl UnwindSafe for AssociateDhcpOptionsRequest
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