Struct aws_sdk_forecast::output::CreatePredictorOutput
source · #[non_exhaustive]pub struct CreatePredictorOutput { /* private fields */ }Implementations§
source§impl CreatePredictorOutput
impl CreatePredictorOutput
sourcepub fn predictor_arn(&self) -> Option<&str>
pub fn predictor_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the predictor.
source§impl CreatePredictorOutput
impl CreatePredictorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePredictorOutput.
Trait Implementations§
source§impl Clone for CreatePredictorOutput
impl Clone for CreatePredictorOutput
source§fn clone(&self) -> CreatePredictorOutput
fn clone(&self) -> CreatePredictorOutput
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 CreatePredictorOutput
impl Debug for CreatePredictorOutput
source§impl PartialEq<CreatePredictorOutput> for CreatePredictorOutput
impl PartialEq<CreatePredictorOutput> for CreatePredictorOutput
source§fn eq(&self, other: &CreatePredictorOutput) -> bool
fn eq(&self, other: &CreatePredictorOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.