Struct aws_sdk_iot::model::allowed::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Allowed
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn policies(self, input: Policy) -> Self
pub fn policies(self, input: Policy) -> Self
Appends an item to policies
.
To override the contents of this collection use set_policies
.
A list of policies that allowed the authentication.
sourcepub fn set_policies(self, input: Option<Vec<Policy>>) -> Self
pub fn set_policies(self, input: Option<Vec<Policy>>) -> Self
A list of policies that allowed the authentication.