#[non_exhaustive]pub struct CreateMeetingWithAttendeesInput { /* private fields */ }Implementations
sourceimpl CreateMeetingWithAttendeesInput
impl CreateMeetingWithAttendeesInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateMeetingWithAttendees, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateMeetingWithAttendees, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateMeetingWithAttendees>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateMeetingWithAttendeesInput.
sourceimpl CreateMeetingWithAttendeesInput
impl CreateMeetingWithAttendeesInput
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
The unique identifier for the client request. Use a different token for different meetings.
sourcepub fn external_meeting_id(&self) -> Option<&str>
pub fn external_meeting_id(&self) -> Option<&str>
The external meeting ID.
sourcepub fn meeting_host_id(&self) -> Option<&str>
pub fn meeting_host_id(&self) -> Option<&str>
Reserved.
sourcepub fn media_region(&self) -> Option<&str>
pub fn media_region(&self) -> Option<&str>
The Region in which to create the meeting. Default: us-east-1 .
Available values: af-south-1 , ap-northeast-1 , ap-northeast-2 , ap-south-1 , ap-southeast-1 , ap-southeast-2 , ca-central-1 , eu-central-1 , eu-north-1 , eu-south-1 , eu-west-1 , eu-west-2 , eu-west-3 , sa-east-1 , us-east-1 , us-east-2 , us-west-1 , us-west-2 .
The tag key-value pairs.
sourcepub fn notifications_configuration(
&self
) -> Option<&MeetingNotificationConfiguration>
pub fn notifications_configuration(
&self
) -> Option<&MeetingNotificationConfiguration>
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).
sourcepub fn attendees(&self) -> Option<&[CreateAttendeeRequestItem]>
pub fn attendees(&self) -> Option<&[CreateAttendeeRequestItem]>
The request containing the attendees to create.
Trait Implementations
sourceimpl Clone for CreateMeetingWithAttendeesInput
impl Clone for CreateMeetingWithAttendeesInput
sourcefn clone(&self) -> CreateMeetingWithAttendeesInput
fn clone(&self) -> CreateMeetingWithAttendeesInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more