Struct aws_sdk_evidently::types::ProjectAppConfigResource
source · #[non_exhaustive]pub struct ProjectAppConfigResource { /* private fields */ }
Expand description
This is a structure that defines the configuration of how your application integrates with AppConfig to run client-side evaluation.
Implementations§
source§impl ProjectAppConfigResource
impl ProjectAppConfigResource
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The ID of the AppConfig application to use for client-side evaluation.
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for applicationId
.
sourcepub fn configuration_profile_id(&self) -> Option<&str>
pub fn configuration_profile_id(&self) -> Option<&str>
The ID of the AppConfig profile to use for client-side evaluation.
source§impl ProjectAppConfigResource
impl ProjectAppConfigResource
sourcepub fn builder() -> ProjectAppConfigResourceBuilder
pub fn builder() -> ProjectAppConfigResourceBuilder
Creates a new builder-style object to manufacture ProjectAppConfigResource
.
Trait Implementations§
source§impl Clone for ProjectAppConfigResource
impl Clone for ProjectAppConfigResource
source§fn clone(&self) -> ProjectAppConfigResource
fn clone(&self) -> ProjectAppConfigResource
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 Debug for ProjectAppConfigResource
impl Debug for ProjectAppConfigResource
source§impl PartialEq<ProjectAppConfigResource> for ProjectAppConfigResource
impl PartialEq<ProjectAppConfigResource> for ProjectAppConfigResource
source§fn eq(&self, other: &ProjectAppConfigResource) -> bool
fn eq(&self, other: &ProjectAppConfigResource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.