#[non_exhaustive]pub struct CreateLoggingConfigurationInput { /* private fields */ }
Expand description
Represents the input of a CreateLoggingConfiguration operation.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for CreateLoggingConfigurationInput
impl Clone for CreateLoggingConfigurationInput
source§fn clone(&self) -> CreateLoggingConfigurationInput
fn clone(&self) -> CreateLoggingConfigurationInput
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 PartialEq<CreateLoggingConfigurationInput> for CreateLoggingConfigurationInput
impl PartialEq<CreateLoggingConfigurationInput> for CreateLoggingConfigurationInput
source§fn eq(&self, other: &CreateLoggingConfigurationInput) -> bool
fn eq(&self, other: &CreateLoggingConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.