Struct aws_sdk_directconnect::input::DescribeInterconnectLoaInput [−][src]
#[non_exhaustive]pub struct DescribeInterconnectLoaInput {
pub interconnect_id: Option<String>,
pub provider_name: Option<String>,
pub loa_content_type: Option<LoaContentType>,
}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_id: Option<String>The ID of the interconnect.
provider_name: Option<String>The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
loa_content_type: Option<LoaContentType>The standard media type for the LOA-CFA document. The only supported value is application/pdf.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeInterconnectLoa, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeInterconnectLoa, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeInterconnectLoa>
Creates a new builder-style object to manufacture DescribeInterconnectLoaInput
The ID of the interconnect.
The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
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 Send for DescribeInterconnectLoaInput
impl Sync for DescribeInterconnectLoaInput
impl Unpin for DescribeInterconnectLoaInput
impl UnwindSafe for DescribeInterconnectLoaInput
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
