Struct aws_sdk_lambda::model::AllowedPublishers
source · #[non_exhaustive]pub struct AllowedPublishers { /* private fields */ }
Expand description
List of signing profiles that can sign a code package.
Implementations§
source§impl AllowedPublishers
impl AllowedPublishers
sourcepub fn signing_profile_version_arns(&self) -> Option<&[String]>
pub fn signing_profile_version_arns(&self) -> Option<&[String]>
The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
source§impl AllowedPublishers
impl AllowedPublishers
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllowedPublishers
.
Trait Implementations§
source§impl Clone for AllowedPublishers
impl Clone for AllowedPublishers
source§fn clone(&self) -> AllowedPublishers
fn clone(&self) -> AllowedPublishers
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 AllowedPublishers
impl Debug for AllowedPublishers
source§impl PartialEq<AllowedPublishers> for AllowedPublishers
impl PartialEq<AllowedPublishers> for AllowedPublishers
source§fn eq(&self, other: &AllowedPublishers) -> bool
fn eq(&self, other: &AllowedPublishers) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.