pub struct DescribeGroupRequest {
pub aws_account_id: String,
pub group_name: String,
pub namespace: String,
}
Fields§
§aws_account_id: String
The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
group_name: String
The name of the group that you want to describe.
namespace: String
The namespace. Currently, you should set this to default
.
Trait Implementations§
Source§impl Clone for DescribeGroupRequest
impl Clone for DescribeGroupRequest
Source§fn clone(&self) -> DescribeGroupRequest
fn clone(&self) -> DescribeGroupRequest
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 DescribeGroupRequest
impl Debug for DescribeGroupRequest
Source§impl Default for DescribeGroupRequest
impl Default for DescribeGroupRequest
Source§fn default() -> DescribeGroupRequest
fn default() -> DescribeGroupRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeGroupRequest
impl PartialEq for DescribeGroupRequest
Source§impl Serialize for DescribeGroupRequest
impl Serialize for DescribeGroupRequest
impl StructuralPartialEq for DescribeGroupRequest
Auto Trait Implementations§
impl Freeze for DescribeGroupRequest
impl RefUnwindSafe for DescribeGroupRequest
impl Send for DescribeGroupRequest
impl Sync for DescribeGroupRequest
impl Unpin for DescribeGroupRequest
impl UnwindSafe for DescribeGroupRequest
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