pub struct GetBillingServiceAccountResult {
pub arn: Output<String>,
pub id: Output<String>,
}
Fields§
§arn: Output<String>
ARN of the AWS billing service account.
id: Output<String>
ID of the AWS billing service account.
Auto Trait Implementations§
impl Freeze for GetBillingServiceAccountResult
impl RefUnwindSafe for GetBillingServiceAccountResult
impl Send for GetBillingServiceAccountResult
impl Sync for GetBillingServiceAccountResult
impl Unpin for GetBillingServiceAccountResult
impl UnwindSafe for GetBillingServiceAccountResult
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