Struct aws_sdk_directconnect::output::DescribeLoaOutput
source · #[non_exhaustive]pub struct DescribeLoaOutput { /* private fields */ }Expand description
Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.
Implementations§
source§impl DescribeLoaOutput
impl DescribeLoaOutput
sourcepub fn loa_content(&self) -> Option<&Blob>
pub fn loa_content(&self) -> Option<&Blob>
The binary contents of the LOA-CFA document.
sourcepub fn loa_content_type(&self) -> Option<&LoaContentType>
pub fn loa_content_type(&self) -> Option<&LoaContentType>
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
source§impl DescribeLoaOutput
impl DescribeLoaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLoaOutput.
Trait Implementations§
source§impl Clone for DescribeLoaOutput
impl Clone for DescribeLoaOutput
source§fn clone(&self) -> DescribeLoaOutput
fn clone(&self) -> DescribeLoaOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeLoaOutput
impl Debug for DescribeLoaOutput
source§impl PartialEq<DescribeLoaOutput> for DescribeLoaOutput
impl PartialEq<DescribeLoaOutput> for DescribeLoaOutput
source§fn eq(&self, other: &DescribeLoaOutput) -> bool
fn eq(&self, other: &DescribeLoaOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.