Struct aws_sdk_directconnect::input::DescribeConnectionLoaInput [−][src]
#[non_exhaustive]pub struct DescribeConnectionLoaInput {
pub connection_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.connection_id: Option<String>The ID of the connection.
provider_name: Option<String>The name of the APN partner or service provider who establishes connectivity on your behalf. If you specify 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<DescribeConnectionLoa, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectionLoa, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeConnectionLoa>
Creates a new builder-style object to manufacture DescribeConnectionLoaInput
The ID of the connection.
The name of the APN partner or service provider who establishes connectivity on your behalf. If you specify 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 RefUnwindSafe for DescribeConnectionLoaInput
impl Send for DescribeConnectionLoaInput
impl Sync for DescribeConnectionLoaInput
impl Unpin for DescribeConnectionLoaInput
impl UnwindSafe for DescribeConnectionLoaInput
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
