pub struct GetStackPolicyInput {
pub stack_name: String,
}Expand description
The input for the GetStackPolicy action.
Fields§
§stack_name: StringThe name or unique stack ID that is associated with the stack whose policy you want to get.
Trait Implementations§
Source§impl Clone for GetStackPolicyInput
impl Clone for GetStackPolicyInput
Source§fn clone(&self) -> GetStackPolicyInput
fn clone(&self) -> GetStackPolicyInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetStackPolicyInput
impl Debug for GetStackPolicyInput
Source§impl Default for GetStackPolicyInput
impl Default for GetStackPolicyInput
Source§fn default() -> GetStackPolicyInput
fn default() -> GetStackPolicyInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetStackPolicyInput
impl PartialEq for GetStackPolicyInput
Source§fn eq(&self, other: &GetStackPolicyInput) -> bool
fn eq(&self, other: &GetStackPolicyInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetStackPolicyInput
Auto Trait Implementations§
impl Freeze for GetStackPolicyInput
impl RefUnwindSafe for GetStackPolicyInput
impl Send for GetStackPolicyInput
impl Sync for GetStackPolicyInput
impl Unpin for GetStackPolicyInput
impl UnsafeUnpin for GetStackPolicyInput
impl UnwindSafe for GetStackPolicyInput
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