Struct aws_sdk_evidently::types::RefResource
source · #[non_exhaustive]pub struct RefResource { /* private fields */ }Expand description
A structure that contains information about one experiment or launch that uses the specified segment.
Implementations§
source§impl RefResource
impl RefResource
sourcepub fn type(&self) -> Option<&str>
pub fn type(&self) -> Option<&str>
Specifies whether the resource that this structure contains information about is an experiment or a launch.
sourcepub fn start_time(&self) -> Option<&str>
pub fn start_time(&self) -> Option<&str>
The day and time that this experiment or launch started.
sourcepub fn last_updated_on(&self) -> Option<&str>
pub fn last_updated_on(&self) -> Option<&str>
The day and time that this experiment or launch was most recently updated.
source§impl RefResource
impl RefResource
sourcepub fn builder() -> RefResourceBuilder
pub fn builder() -> RefResourceBuilder
Creates a new builder-style object to manufacture RefResource.
Trait Implementations§
source§impl Clone for RefResource
impl Clone for RefResource
source§fn clone(&self) -> RefResource
fn clone(&self) -> RefResource
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 RefResource
impl Debug for RefResource
source§impl PartialEq<RefResource> for RefResource
impl PartialEq<RefResource> for RefResource
source§fn eq(&self, other: &RefResource) -> bool
fn eq(&self, other: &RefResource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.