Struct aws_sdk_amp::input::CreateLoggingConfigurationInput  
source · [−]#[non_exhaustive]pub struct CreateLoggingConfigurationInput { /* private fields */ }Expand description
Represents the input of a CreateLoggingConfiguration operation.
Implementations
sourceimpl CreateLoggingConfigurationInput
 
impl CreateLoggingConfigurationInput
sourcepub async fn make_operation(
    self,
    _config: &Config
) -> Result<Operation<CreateLoggingConfiguration, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    self,
    _config: &Config
) -> Result<Operation<CreateLoggingConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLoggingConfiguration>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLoggingConfigurationInput.
sourceimpl CreateLoggingConfigurationInput
 
impl CreateLoggingConfigurationInput
sourcepub fn workspace_id(&self) -> Option<&str>
 
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to vend logs to.
sourcepub fn log_group_arn(&self) -> Option<&str>
 
pub fn log_group_arn(&self) -> Option<&str>
The ARN of the CW log group to which the vended log data will be published.
sourcepub fn client_token(&self) -> Option<&str>
 
pub fn client_token(&self) -> Option<&str>
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
Trait Implementations
sourceimpl Clone for CreateLoggingConfigurationInput
 
impl Clone for CreateLoggingConfigurationInput
sourcefn clone(&self) -> CreateLoggingConfigurationInput
 
fn clone(&self) -> CreateLoggingConfigurationInput
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 PartialEq<CreateLoggingConfigurationInput> for CreateLoggingConfigurationInput
 
impl PartialEq<CreateLoggingConfigurationInput> for CreateLoggingConfigurationInput
sourcefn eq(&self, other: &CreateLoggingConfigurationInput) -> bool
 
fn eq(&self, other: &CreateLoggingConfigurationInput) -> bool
impl StructuralPartialEq for CreateLoggingConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for CreateLoggingConfigurationInput
impl Send for CreateLoggingConfigurationInput
impl Sync for CreateLoggingConfigurationInput
impl Unpin for CreateLoggingConfigurationInput
impl UnwindSafe for CreateLoggingConfigurationInput
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