Struct aws_sdk_chime::input::DescribeChannelMembershipForAppInstanceUserInput [−][src]
#[non_exhaustive]pub struct DescribeChannelMembershipForAppInstanceUserInput {
pub channel_arn: Option<String>,
pub app_instance_user_arn: Option<String>,
pub chime_bearer: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.channel_arn: Option<String>The ARN of the channel to which the user belongs.
app_instance_user_arn: Option<String>The ARN of the user in a channel.
chime_bearer: Option<String>The AppInstanceUserArn of the user that makes the API call.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChannelMembershipForAppInstanceUser, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChannelMembershipForAppInstanceUser, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeChannelMembershipForAppInstanceUser>
Creates a new builder-style object to manufacture DescribeChannelMembershipForAppInstanceUserInput
The ARN of the channel to which the user belongs.
The ARN of the user in a channel.
The AppInstanceUserArn of the user that makes the API call.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more