Struct aws_sdk_directconnect::output::DescribeLoaOutput
source · [−]#[non_exhaustive]pub struct DescribeLoaOutput {
pub loa_content: Option<Blob>,
pub loa_content_type: Option<LoaContentType>,
}Expand description
Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.
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.loa_content: Option<Blob>The binary contents of the LOA-CFA document.
loa_content_type: Option<LoaContentType>The standard media type for the LOA-CFA document. The only supported value is application/pdf.
Implementations
The binary contents of the LOA-CFA document.
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
Creates a new builder-style object to manufacture DescribeLoaOutput
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 DescribeLoaOutput
impl Send for DescribeLoaOutput
impl Sync for DescribeLoaOutput
impl Unpin for DescribeLoaOutput
impl UnwindSafe for DescribeLoaOutput
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