#[non_exhaustive]pub struct CreateLogSubscriptionInput { /* private fields */ }Implementations
sourceimpl CreateLogSubscriptionInput
impl CreateLogSubscriptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLogSubscription, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLogSubscription, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLogSubscription>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLogSubscriptionInput.
sourceimpl CreateLogSubscriptionInput
impl CreateLogSubscriptionInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
Identifier of the directory to which you want to subscribe and receive real-time logs to your specified CloudWatch log group.
sourcepub fn log_group_name(&self) -> Option<&str>
pub fn log_group_name(&self) -> Option<&str>
The name of the CloudWatch log group where the real-time domain controller logs are forwarded.
Trait Implementations
sourceimpl Clone for CreateLogSubscriptionInput
impl Clone for CreateLogSubscriptionInput
sourcefn clone(&self) -> CreateLogSubscriptionInput
fn clone(&self) -> CreateLogSubscriptionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateLogSubscriptionInput
impl Debug for CreateLogSubscriptionInput
sourceimpl PartialEq<CreateLogSubscriptionInput> for CreateLogSubscriptionInput
impl PartialEq<CreateLogSubscriptionInput> for CreateLogSubscriptionInput
sourcefn eq(&self, other: &CreateLogSubscriptionInput) -> bool
fn eq(&self, other: &CreateLogSubscriptionInput) -> bool
impl StructuralPartialEq for CreateLogSubscriptionInput
Auto Trait Implementations
impl RefUnwindSafe for CreateLogSubscriptionInput
impl Send for CreateLogSubscriptionInput
impl Sync for CreateLogSubscriptionInput
impl Unpin for CreateLogSubscriptionInput
impl UnwindSafe for CreateLogSubscriptionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more