Struct aws_sdk_datazone::operation::get_time_series_data_point::GetTimeSeriesDataPointOutput
source · #[non_exhaustive]pub struct GetTimeSeriesDataPointOutput {
pub domain_id: Option<String>,
pub entity_id: Option<String>,
pub entity_type: Option<TimeSeriesEntityType>,
pub form_name: Option<String>,
pub form: Option<TimeSeriesDataPointFormOutput>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.domain_id: Option<String>
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
entity_id: Option<String>
The ID of the asset for which you want to get the data point.
entity_type: Option<TimeSeriesEntityType>
The type of the asset for which you want to get the data point.
form_name: Option<String>
The name of the time series form that houses the data point that you want to get.
form: Option<TimeSeriesDataPointFormOutput>
The time series form that houses the data point that you want to get.
Implementations§
source§impl GetTimeSeriesDataPointOutput
impl GetTimeSeriesDataPointOutput
sourcepub fn domain_id(&self) -> Option<&str>
pub fn domain_id(&self) -> Option<&str>
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
sourcepub fn entity_id(&self) -> Option<&str>
pub fn entity_id(&self) -> Option<&str>
The ID of the asset for which you want to get the data point.
sourcepub fn entity_type(&self) -> Option<&TimeSeriesEntityType>
pub fn entity_type(&self) -> Option<&TimeSeriesEntityType>
The type of the asset for which you want to get the data point.
sourcepub fn form_name(&self) -> Option<&str>
pub fn form_name(&self) -> Option<&str>
The name of the time series form that houses the data point that you want to get.
sourcepub fn form(&self) -> Option<&TimeSeriesDataPointFormOutput>
pub fn form(&self) -> Option<&TimeSeriesDataPointFormOutput>
The time series form that houses the data point that you want to get.
source§impl GetTimeSeriesDataPointOutput
impl GetTimeSeriesDataPointOutput
sourcepub fn builder() -> GetTimeSeriesDataPointOutputBuilder
pub fn builder() -> GetTimeSeriesDataPointOutputBuilder
Creates a new builder-style object to manufacture GetTimeSeriesDataPointOutput
.
Trait Implementations§
source§impl Clone for GetTimeSeriesDataPointOutput
impl Clone for GetTimeSeriesDataPointOutput
source§fn clone(&self) -> GetTimeSeriesDataPointOutput
fn clone(&self) -> GetTimeSeriesDataPointOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetTimeSeriesDataPointOutput
impl Debug for GetTimeSeriesDataPointOutput
source§impl PartialEq for GetTimeSeriesDataPointOutput
impl PartialEq for GetTimeSeriesDataPointOutput
source§fn eq(&self, other: &GetTimeSeriesDataPointOutput) -> bool
fn eq(&self, other: &GetTimeSeriesDataPointOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetTimeSeriesDataPointOutput
impl RequestId for GetTimeSeriesDataPointOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.