Struct aws_sdk_ssoadmin::output::describe_instance_access_control_attribute_configuration_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
Implementations
The status of the attribute configuration process.
pub fn set_status(
self,
input: Option<InstanceAccessControlAttributeConfigurationStatus>
) -> Self
pub fn set_status(
self,
input: Option<InstanceAccessControlAttributeConfigurationStatus>
) -> Self
The status of the attribute configuration process.
Provides more details about the current status of the specified attribute.
Provides more details about the current status of the specified attribute.
pub fn instance_access_control_attribute_configuration(
self,
input: InstanceAccessControlAttributeConfiguration
) -> Self
pub fn instance_access_control_attribute_configuration(
self,
input: InstanceAccessControlAttributeConfiguration
) -> Self
Gets the list of Amazon Web Services SSO identity store attributes that have been added to your ABAC configuration.
pub fn set_instance_access_control_attribute_configuration(
self,
input: Option<InstanceAccessControlAttributeConfiguration>
) -> Self
pub fn set_instance_access_control_attribute_configuration(
self,
input: Option<InstanceAccessControlAttributeConfiguration>
) -> Self
Gets the list of Amazon Web Services SSO identity store attributes that have been added to your ABAC configuration.
Consumes the builder and constructs a DescribeInstanceAccessControlAttributeConfigurationOutput
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