Struct aws_sdk_directconnect::input::DescribeDirectConnectGatewayAttachmentsInput [−][src]
#[non_exhaustive]pub struct DescribeDirectConnectGatewayAttachmentsInput {
pub direct_connect_gateway_id: Option<String>,
pub virtual_interface_id: Option<String>,
pub max_results: Option<i32>,
pub next_token: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.direct_connect_gateway_id: Option<String>The ID of the Direct Connect gateway.
virtual_interface_id: Option<String>The ID of the virtual interface.
max_results: Option<i32>The maximum number of results to return with a single call.
To retrieve the remaining results, make another call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are
returned.
next_token: Option<String>The token provided in the previous call to retrieve the next page.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDirectConnectGatewayAttachments, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDirectConnectGatewayAttachments, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeDirectConnectGatewayAttachments>
Creates a new builder-style object to manufacture DescribeDirectConnectGatewayAttachmentsInput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more