#[non_exhaustive]pub struct AcceptInvitationInput { /* private fields */ }
Implementations§
source§impl AcceptInvitationInput
impl AcceptInvitationInput
sourcepub fn administrator_account_id(&self) -> Option<&str>
pub fn administrator_account_id(&self) -> Option<&str>
The Amazon Web Services account ID for the account that sent the invitation.
sourcepub fn invitation_id(&self) -> Option<&str>
pub fn invitation_id(&self) -> Option<&str>
The unique identifier for the invitation to accept.
sourcepub fn master_account(&self) -> Option<&str>
pub fn master_account(&self) -> Option<&str>
(Deprecated) The Amazon Web Services account ID for the account that sent the invitation. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
source§impl AcceptInvitationInput
impl AcceptInvitationInput
sourcepub fn builder() -> AcceptInvitationInputBuilder
pub fn builder() -> AcceptInvitationInputBuilder
Creates a new builder-style object to manufacture AcceptInvitationInput
.
source§impl AcceptInvitationInput
impl AcceptInvitationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptInvitation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AcceptInvitation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AcceptInvitation
>
Trait Implementations§
source§impl Clone for AcceptInvitationInput
impl Clone for AcceptInvitationInput
source§fn clone(&self) -> AcceptInvitationInput
fn clone(&self) -> AcceptInvitationInput
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 AcceptInvitationInput
impl Debug for AcceptInvitationInput
source§impl PartialEq<AcceptInvitationInput> for AcceptInvitationInput
impl PartialEq<AcceptInvitationInput> for AcceptInvitationInput
source§fn eq(&self, other: &AcceptInvitationInput) -> bool
fn eq(&self, other: &AcceptInvitationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.