pub struct ListPoliciesInput {
pub marker: Option<String>,
pub max_items: Option<i32>,
pub only_attached: Option<bool>,
pub path_prefix: Option<String>,
pub policy_usage_filter: Option<PolicyUsageType>,
pub scope: Option<policyScopeType>,
}Expand description
IAM ListPoliciesInput.
Fields§
§marker: Option<String>§max_items: Option<i32>§only_attached: Option<bool>§path_prefix: Option<String>§policy_usage_filter: Option<PolicyUsageType>§scope: Option<policyScopeType>Trait Implementations§
Source§impl Clone for ListPoliciesInput
impl Clone for ListPoliciesInput
Source§fn clone(&self) -> ListPoliciesInput
fn clone(&self) -> ListPoliciesInput
Returns a duplicate 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 ListPoliciesInput
impl Debug for ListPoliciesInput
Source§impl Default for ListPoliciesInput
impl Default for ListPoliciesInput
Source§fn default() -> ListPoliciesInput
fn default() -> ListPoliciesInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListPoliciesInput
impl<'de> Deserialize<'de> for ListPoliciesInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ListPoliciesInput
impl RefUnwindSafe for ListPoliciesInput
impl Send for ListPoliciesInput
impl Sync for ListPoliciesInput
impl Unpin for ListPoliciesInput
impl UnsafeUnpin for ListPoliciesInput
impl UnwindSafe for ListPoliciesInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more