Struct aws_sdk_codepipeline::model::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() -> Builder
pub fn builder() -> Builder
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 more