#[non_exhaustive]pub struct CreateFolderMembershipInput { /* private fields */ }
Implementations§
source§impl CreateFolderMembershipInput
impl CreateFolderMembershipInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFolderMembership, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFolderMembership, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateFolderMembership
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFolderMembershipInput
.
source§impl CreateFolderMembershipInput
impl CreateFolderMembershipInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID for the Amazon Web Services account that contains the folder.
sourcepub fn member_id(&self) -> Option<&str>
pub fn member_id(&self) -> Option<&str>
The ID of the asset (the dashboard, analysis, or dataset).
sourcepub fn member_type(&self) -> Option<&MemberType>
pub fn member_type(&self) -> Option<&MemberType>
The type of the member, including DASHBOARD
, ANALYSIS
, and DATASET
.
Trait Implementations§
source§impl Clone for CreateFolderMembershipInput
impl Clone for CreateFolderMembershipInput
source§fn clone(&self) -> CreateFolderMembershipInput
fn clone(&self) -> CreateFolderMembershipInput
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 CreateFolderMembershipInput
impl Debug for CreateFolderMembershipInput
source§impl PartialEq<CreateFolderMembershipInput> for CreateFolderMembershipInput
impl PartialEq<CreateFolderMembershipInput> for CreateFolderMembershipInput
source§fn eq(&self, other: &CreateFolderMembershipInput) -> bool
fn eq(&self, other: &CreateFolderMembershipInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.