Struct aws_sdk_codepipeline::types::ActionTypePermissions
source · #[non_exhaustive]pub struct ActionTypePermissions { /* private fields */ }
Expand description
Details identifying the users with permissions to use the action type.
Implementations§
source§impl ActionTypePermissions
impl ActionTypePermissions
sourcepub fn allowed_accounts(&self) -> Option<&[String]>
pub fn allowed_accounts(&self) -> Option<&[String]>
A list of AWS account IDs with access to use the action type in their pipelines.
source§impl ActionTypePermissions
impl ActionTypePermissions
sourcepub fn builder() -> ActionTypePermissionsBuilder
pub fn builder() -> ActionTypePermissionsBuilder
Creates a new builder-style object to manufacture ActionTypePermissions
.
Trait Implementations§
source§impl Clone for ActionTypePermissions
impl Clone for ActionTypePermissions
source§fn clone(&self) -> ActionTypePermissions
fn clone(&self) -> ActionTypePermissions
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 ActionTypePermissions
impl Debug for ActionTypePermissions
source§impl PartialEq<ActionTypePermissions> for ActionTypePermissions
impl PartialEq<ActionTypePermissions> for ActionTypePermissions
source§fn eq(&self, other: &ActionTypePermissions) -> bool
fn eq(&self, other: &ActionTypePermissions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.