Struct aws_sdk_iot::output::CreateBillingGroupOutput
source · #[non_exhaustive]pub struct CreateBillingGroupOutput { /* private fields */ }
Implementations§
source§impl CreateBillingGroupOutput
impl CreateBillingGroupOutput
sourcepub fn billing_group_name(&self) -> Option<&str>
pub fn billing_group_name(&self) -> Option<&str>
The name you gave to the billing group.
sourcepub fn billing_group_arn(&self) -> Option<&str>
pub fn billing_group_arn(&self) -> Option<&str>
The ARN of the billing group.
sourcepub fn billing_group_id(&self) -> Option<&str>
pub fn billing_group_id(&self) -> Option<&str>
The ID of the billing group.
source§impl CreateBillingGroupOutput
impl CreateBillingGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBillingGroupOutput
.
Trait Implementations§
source§impl Clone for CreateBillingGroupOutput
impl Clone for CreateBillingGroupOutput
source§fn clone(&self) -> CreateBillingGroupOutput
fn clone(&self) -> CreateBillingGroupOutput
Returns a copy 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 CreateBillingGroupOutput
impl Debug for CreateBillingGroupOutput
source§impl PartialEq<CreateBillingGroupOutput> for CreateBillingGroupOutput
impl PartialEq<CreateBillingGroupOutput> for CreateBillingGroupOutput
source§fn eq(&self, other: &CreateBillingGroupOutput) -> bool
fn eq(&self, other: &CreateBillingGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.