pub struct CeClient<'a> { /* private fields */ }Expand description
Client for the AWS Cost Explorer API
Implementations§
Source§impl<'a> CeClient<'a>
impl<'a> CeClient<'a>
Sourcepub async fn get_cost_and_usage(
&self,
body: &GetCostAndUsageRequest,
) -> Result<GetCostAndUsageResponse>
pub async fn get_cost_and_usage( &self, body: &GetCostAndUsageRequest, ) -> Result<GetCostAndUsageResponse>
Retrieves cost and usage metrics for your account.
Auto Trait Implementations§
impl<'a> Freeze for CeClient<'a>
impl<'a> !RefUnwindSafe for CeClient<'a>
impl<'a> Send for CeClient<'a>
impl<'a> Sync for CeClient<'a>
impl<'a> Unpin for CeClient<'a>
impl<'a> UnsafeUnpin for CeClient<'a>
impl<'a> !UnwindSafe for CeClient<'a>
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