Struct aws_sdk_devicefarm::output::GetOfferingStatusOutput
source · [−]#[non_exhaustive]pub struct GetOfferingStatusOutput {
pub current: Option<HashMap<String, OfferingStatus>>,
pub next_period: Option<HashMap<String, OfferingStatus>>,
pub next_token: Option<String>,
}Expand description
Returns the status result for a device offering.
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.current: Option<HashMap<String, OfferingStatus>>When specified, gets the offering status for the current period.
next_period: Option<HashMap<String, OfferingStatus>>When specified, gets the offering status for the next period.
next_token: Option<String>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.
Implementations
When specified, gets the offering status for the current period.
When specified, gets the offering status for the next period.
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.
Creates a new builder-style object to manufacture GetOfferingStatusOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GetOfferingStatusOutput
impl Send for GetOfferingStatusOutput
impl Sync for GetOfferingStatusOutput
impl Unpin for GetOfferingStatusOutput
impl UnwindSafe for GetOfferingStatusOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more