pub struct DescribeVpcClassicLinkDnsSupportRequest {
pub max_results: Option<i64>,
pub next_token: Option<String>,
pub vpc_ids: Option<Vec<String>>,
}Fields§
§max_results: Option<i64>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
next_token: Option<String>The token for the next page of results.
vpc_ids: Option<Vec<String>>One or more VPC IDs.
Trait Implementations§
Source§impl Clone for DescribeVpcClassicLinkDnsSupportRequest
impl Clone for DescribeVpcClassicLinkDnsSupportRequest
Source§fn clone(&self) -> DescribeVpcClassicLinkDnsSupportRequest
fn clone(&self) -> DescribeVpcClassicLinkDnsSupportRequest
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 Default for DescribeVpcClassicLinkDnsSupportRequest
impl Default for DescribeVpcClassicLinkDnsSupportRequest
Source§fn default() -> DescribeVpcClassicLinkDnsSupportRequest
fn default() -> DescribeVpcClassicLinkDnsSupportRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeVpcClassicLinkDnsSupportRequest
impl PartialEq for DescribeVpcClassicLinkDnsSupportRequest
Source§fn eq(&self, other: &DescribeVpcClassicLinkDnsSupportRequest) -> bool
fn eq(&self, other: &DescribeVpcClassicLinkDnsSupportRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeVpcClassicLinkDnsSupportRequest
Auto Trait Implementations§
impl Freeze for DescribeVpcClassicLinkDnsSupportRequest
impl RefUnwindSafe for DescribeVpcClassicLinkDnsSupportRequest
impl Send for DescribeVpcClassicLinkDnsSupportRequest
impl Sync for DescribeVpcClassicLinkDnsSupportRequest
impl Unpin for DescribeVpcClassicLinkDnsSupportRequest
impl UnwindSafe for DescribeVpcClassicLinkDnsSupportRequest
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