#[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() -> Builder
pub fn builder() -> Builder
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 more