pub struct CreateBillingGroupResponse {
pub billing_group_arn: Option<String>,
pub billing_group_id: Option<String>,
pub billing_group_name: Option<String>,
}Fields§
§billing_group_arn: Option<String>The ARN of the billing group.
billing_group_id: Option<String>The ID of the billing group.
billing_group_name: Option<String>The name you gave to the billing group.
Trait Implementations§
Source§impl Clone for CreateBillingGroupResponse
impl Clone for CreateBillingGroupResponse
Source§fn clone(&self) -> CreateBillingGroupResponse
fn clone(&self) -> CreateBillingGroupResponse
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 CreateBillingGroupResponse
impl Debug for CreateBillingGroupResponse
Source§impl Default for CreateBillingGroupResponse
impl Default for CreateBillingGroupResponse
Source§fn default() -> CreateBillingGroupResponse
fn default() -> CreateBillingGroupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateBillingGroupResponse
impl<'de> Deserialize<'de> for CreateBillingGroupResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for CreateBillingGroupResponse
Auto Trait Implementations§
impl Freeze for CreateBillingGroupResponse
impl RefUnwindSafe for CreateBillingGroupResponse
impl Send for CreateBillingGroupResponse
impl Sync for CreateBillingGroupResponse
impl Unpin for CreateBillingGroupResponse
impl UnwindSafe for CreateBillingGroupResponse
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