#[non_exhaustive]pub struct GetCalendarStateOutput { /* private fields */ }Implementations§
source§impl GetCalendarStateOutput
impl GetCalendarStateOutput
sourcepub fn state(&self) -> Option<&CalendarState>
pub fn state(&self) -> Option<&CalendarState>
The state of the calendar. An OPEN calendar indicates that actions are allowed to proceed, and a CLOSED calendar indicates that actions aren't allowed to proceed.
sourcepub fn at_time(&self) -> Option<&str>
pub fn at_time(&self) -> Option<&str>
The time, as an ISO 8601 string, that you specified in your command. If you don't specify a time, GetCalendarState uses the current time.
sourcepub fn next_transition_time(&self) -> Option<&str>
pub fn next_transition_time(&self) -> Option<&str>
The time, as an ISO 8601 string, that the calendar state will change. If the current calendar state is OPEN, NextTransitionTime indicates when the calendar state changes to CLOSED, and vice-versa.
source§impl GetCalendarStateOutput
impl GetCalendarStateOutput
sourcepub fn builder() -> GetCalendarStateOutputBuilder
pub fn builder() -> GetCalendarStateOutputBuilder
Creates a new builder-style object to manufacture GetCalendarStateOutput.
Trait Implementations§
source§impl Clone for GetCalendarStateOutput
impl Clone for GetCalendarStateOutput
source§fn clone(&self) -> GetCalendarStateOutput
fn clone(&self) -> GetCalendarStateOutput
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 GetCalendarStateOutput
impl Debug for GetCalendarStateOutput
source§impl PartialEq<GetCalendarStateOutput> for GetCalendarStateOutput
impl PartialEq<GetCalendarStateOutput> for GetCalendarStateOutput
source§fn eq(&self, other: &GetCalendarStateOutput) -> bool
fn eq(&self, other: &GetCalendarStateOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetCalendarStateOutput
impl RequestId for GetCalendarStateOutput
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.