Struct aws_sdk_redshift::output::DescribeScheduledActionsOutput [−][src]
#[non_exhaustive]pub struct DescribeScheduledActionsOutput {
pub marker: Option<String>,
pub scheduled_actions: Option<Vec<ScheduledAction>>,
}
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.marker: Option<String>
An optional parameter that specifies the starting point to return a set of response
records. When the results of a DescribeScheduledActions request
exceed the value specified in MaxRecords
, Amazon Web Services returns a value in the
Marker
field of the response. You can retrieve the next set of response
records by providing the returned marker value in the Marker
parameter and
retrying the request.
scheduled_actions: Option<Vec<ScheduledAction>>
List of retrieved scheduled actions.
Implementations
An optional parameter that specifies the starting point to return a set of response
records. When the results of a DescribeScheduledActions request
exceed the value specified in MaxRecords
, Amazon Web Services returns a value in the
Marker
field of the response. You can retrieve the next set of response
records by providing the returned marker value in the Marker
parameter and
retrying the request.
List of retrieved scheduled actions.
Creates a new builder-style object to manufacture DescribeScheduledActionsOutput
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 Send for DescribeScheduledActionsOutput
impl Sync for DescribeScheduledActionsOutput
impl Unpin for DescribeScheduledActionsOutput
impl UnwindSafe for DescribeScheduledActionsOutput
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