pub struct DescribeStackInstanceInput {
pub stack_instance_account: String,
pub stack_instance_region: String,
pub stack_set_name: String,
}Fields§
§stack_instance_account: StringThe ID of an AWS account that's associated with this stack instance.
stack_instance_region: StringThe name of a Region that's associated with this stack instance.
stack_set_name: StringThe name or the unique stack ID of the stack set that you want to get stack instance information for.
Trait Implementations§
Source§impl Clone for DescribeStackInstanceInput
impl Clone for DescribeStackInstanceInput
Source§fn clone(&self) -> DescribeStackInstanceInput
fn clone(&self) -> DescribeStackInstanceInput
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 DescribeStackInstanceInput
impl Debug for DescribeStackInstanceInput
Source§impl Default for DescribeStackInstanceInput
impl Default for DescribeStackInstanceInput
Source§fn default() -> DescribeStackInstanceInput
fn default() -> DescribeStackInstanceInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeStackInstanceInput
impl PartialEq for DescribeStackInstanceInput
Source§fn eq(&self, other: &DescribeStackInstanceInput) -> bool
fn eq(&self, other: &DescribeStackInstanceInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeStackInstanceInput
Auto Trait Implementations§
impl Freeze for DescribeStackInstanceInput
impl RefUnwindSafe for DescribeStackInstanceInput
impl Send for DescribeStackInstanceInput
impl Sync for DescribeStackInstanceInput
impl Unpin for DescribeStackInstanceInput
impl UnsafeUnpin for DescribeStackInstanceInput
impl UnwindSafe for DescribeStackInstanceInput
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