Struct aws_sdk_ssm::input::GetCalendarStateInput [−][src]
#[non_exhaustive]pub struct GetCalendarStateInput {
pub calendar_names: Option<Vec<String>>,
pub at_time: Option<String>,
}
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.calendar_names: Option<Vec<String>>
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.
at_time: Option<String>
(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don't specify a
value or AtTime
, the current time is used.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCalendarState, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCalendarState, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetCalendarState
>
Creates a new builder-style object to manufacture GetCalendarStateInput
The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.
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 GetCalendarStateInput
impl Send for GetCalendarStateInput
impl Sync for GetCalendarStateInput
impl Unpin for GetCalendarStateInput
impl UnwindSafe for GetCalendarStateInput
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