Struct aws_sdk_directconnect::input::CreateInterconnectInput [−][src]
#[non_exhaustive]pub struct CreateInterconnectInput {
pub interconnect_name: Option<String>,
pub bandwidth: Option<String>,
pub location: Option<String>,
pub lag_id: Option<String>,
pub tags: Option<Vec<Tag>>,
pub provider_name: 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.interconnect_name: Option<String>The name of the interconnect.
bandwidth: Option<String>The port bandwidth, in Gbps. The possible values are 1 and 10.
location: Option<String>The location of the interconnect.
lag_id: Option<String>The ID of the LAG.
The tags to associate with the interconnect.
provider_name: Option<String>The name of the service provider associated with the interconnect.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateInterconnect, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateInterconnect, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateInterconnect>
Creates a new builder-style object to manufacture CreateInterconnectInput
The name of the interconnect.
The port bandwidth, in Gbps. The possible values are 1 and 10.
The tags to associate with the interconnect.
The name of the service provider associated with the interconnect.
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
impl RefUnwindSafe for CreateInterconnectInput
impl Send for CreateInterconnectInput
impl Sync for CreateInterconnectInput
impl Unpin for CreateInterconnectInput
impl UnwindSafe for CreateInterconnectInput
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
