#[non_exhaustive]pub struct GetOfferingStatusOutput { /* private fields */ }Expand description
Returns the status result for a device offering.
Implementations§
source§impl GetOfferingStatusOutput
impl GetOfferingStatusOutput
sourcepub fn current(&self) -> Option<&HashMap<String, OfferingStatus>>
pub fn current(&self) -> Option<&HashMap<String, OfferingStatus>>
When specified, gets the offering status for the current period.
sourcepub fn next_period(&self) -> Option<&HashMap<String, OfferingStatus>>
pub fn next_period(&self) -> Option<&HashMap<String, OfferingStatus>>
When specified, gets the offering status for the next period.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
source§impl GetOfferingStatusOutput
impl GetOfferingStatusOutput
sourcepub fn builder() -> GetOfferingStatusOutputBuilder
pub fn builder() -> GetOfferingStatusOutputBuilder
Creates a new builder-style object to manufacture GetOfferingStatusOutput.
Trait Implementations§
source§impl Clone for GetOfferingStatusOutput
impl Clone for GetOfferingStatusOutput
source§fn clone(&self) -> GetOfferingStatusOutput
fn clone(&self) -> GetOfferingStatusOutput
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 GetOfferingStatusOutput
impl Debug for GetOfferingStatusOutput
source§impl PartialEq<GetOfferingStatusOutput> for GetOfferingStatusOutput
impl PartialEq<GetOfferingStatusOutput> for GetOfferingStatusOutput
source§fn eq(&self, other: &GetOfferingStatusOutput) -> bool
fn eq(&self, other: &GetOfferingStatusOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetOfferingStatusOutput
impl RequestId for GetOfferingStatusOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.