#[non_exhaustive]pub struct CreateResourceGroupOutput { /* private fields */ }Implementations§
source§impl CreateResourceGroupOutput
impl CreateResourceGroupOutput
sourcepub fn resource_group_arn(&self) -> Option<&str>
pub fn resource_group_arn(&self) -> Option<&str>
The ARN that specifies the resource group that is created.
source§impl CreateResourceGroupOutput
impl CreateResourceGroupOutput
sourcepub fn builder() -> CreateResourceGroupOutputBuilder
pub fn builder() -> CreateResourceGroupOutputBuilder
Creates a new builder-style object to manufacture CreateResourceGroupOutput.
Trait Implementations§
source§impl Clone for CreateResourceGroupOutput
impl Clone for CreateResourceGroupOutput
source§fn clone(&self) -> CreateResourceGroupOutput
fn clone(&self) -> CreateResourceGroupOutput
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 CreateResourceGroupOutput
impl Debug for CreateResourceGroupOutput
source§impl PartialEq<CreateResourceGroupOutput> for CreateResourceGroupOutput
impl PartialEq<CreateResourceGroupOutput> for CreateResourceGroupOutput
source§fn eq(&self, other: &CreateResourceGroupOutput) -> bool
fn eq(&self, other: &CreateResourceGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateResourceGroupOutput
impl RequestId for CreateResourceGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.