Struct aws_sdk_ssoadmin::model::instance_access_control_attribute_configuration::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceAccessControlAttributeConfiguration
Implementations
Appends an item to access_control_attributes
.
To override the contents of this collection use set_access_control_attributes
.
Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO instance.
pub fn set_access_control_attributes(
self,
input: Option<Vec<AccessControlAttribute>>
) -> Self
pub fn set_access_control_attributes(
self,
input: Option<Vec<AccessControlAttribute>>
) -> Self
Lists the attributes that are configured for ABAC in the specified Amazon Web Services SSO instance.
Consumes the builder and constructs a InstanceAccessControlAttributeConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more