#[non_exhaustive]pub struct DescribePublisherOutput { /* private fields */ }Implementations
sourceimpl DescribePublisherOutput
impl DescribePublisherOutput
sourcepub fn publisher_id(&self) -> Option<&str>
pub fn publisher_id(&self) -> Option<&str>
The ID of the extension publisher.
sourcepub fn publisher_status(&self) -> Option<&PublisherStatus>
pub fn publisher_status(&self) -> Option<&PublisherStatus>
Whether the publisher is verified. Currently, all registered publishers are verified.
sourcepub fn identity_provider(&self) -> Option<&IdentityProvider>
pub fn identity_provider(&self) -> Option<&IdentityProvider>
The type of account used as the identity provider when registering this publisher with CloudFormation.
sourcepub fn publisher_profile(&self) -> Option<&str>
pub fn publisher_profile(&self) -> Option<&str>
The URL to the publisher's profile with the identity provider.
sourceimpl DescribePublisherOutput
impl DescribePublisherOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePublisherOutput.
Trait Implementations
sourceimpl Clone for DescribePublisherOutput
impl Clone for DescribePublisherOutput
sourcefn clone(&self) -> DescribePublisherOutput
fn clone(&self) -> DescribePublisherOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribePublisherOutput
impl Debug for DescribePublisherOutput
sourceimpl PartialEq<DescribePublisherOutput> for DescribePublisherOutput
impl PartialEq<DescribePublisherOutput> for DescribePublisherOutput
sourcefn eq(&self, other: &DescribePublisherOutput) -> bool
fn eq(&self, other: &DescribePublisherOutput) -> bool
impl StructuralPartialEq for DescribePublisherOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribePublisherOutput
impl Send for DescribePublisherOutput
impl Sync for DescribePublisherOutput
impl Unpin for DescribePublisherOutput
impl UnwindSafe for DescribePublisherOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more