pub struct DescribeIdentityPoolInput {
pub identity_pool_id: String,
}Expand description
Input to the DescribeIdentityPool action.
Fields§
§identity_pool_id: StringAn identity pool ID in the format REGION:GUID.
Trait Implementations§
Source§impl Clone for DescribeIdentityPoolInput
impl Clone for DescribeIdentityPoolInput
Source§fn clone(&self) -> DescribeIdentityPoolInput
fn clone(&self) -> DescribeIdentityPoolInput
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 DescribeIdentityPoolInput
impl Debug for DescribeIdentityPoolInput
Source§impl Default for DescribeIdentityPoolInput
impl Default for DescribeIdentityPoolInput
Source§fn default() -> DescribeIdentityPoolInput
fn default() -> DescribeIdentityPoolInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DescribeIdentityPoolInput
Auto Trait Implementations§
impl Freeze for DescribeIdentityPoolInput
impl RefUnwindSafe for DescribeIdentityPoolInput
impl Send for DescribeIdentityPoolInput
impl Sync for DescribeIdentityPoolInput
impl Unpin for DescribeIdentityPoolInput
impl UnwindSafe for DescribeIdentityPoolInput
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