Struct aws_sdk_quicksight::output::CreateGroupOutput
source · #[non_exhaustive]pub struct CreateGroupOutput { /* private fields */ }Expand description
The response object for this operation.
Implementations§
source§impl CreateGroupOutput
impl CreateGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateGroupOutput.
Trait Implementations§
source§impl Clone for CreateGroupOutput
impl Clone for CreateGroupOutput
source§fn clone(&self) -> CreateGroupOutput
fn clone(&self) -> CreateGroupOutput
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 more