pub struct GetCanonicalUserIdResult {
pub display_name: Output<String>,
pub id: Output<String>,
}
Fields§
§display_name: Output<String>
Human-friendly name linked to the canonical user ID. The bucket owner’s display name. NOTE: This value is only included in the response in the US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), EU (Ireland), and South America (São Paulo) regions.
id: Output<String>
The provider-assigned unique ID for this managed resource.
Auto Trait Implementations§
impl Freeze for GetCanonicalUserIdResult
impl RefUnwindSafe for GetCanonicalUserIdResult
impl Send for GetCanonicalUserIdResult
impl Sync for GetCanonicalUserIdResult
impl Unpin for GetCanonicalUserIdResult
impl UnwindSafe for GetCanonicalUserIdResult
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