Struct aws_sdk_elasticbeanstalk::input::describe_events_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DescribeEventsInput
Implementations
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
If specified, limits the events returned from this call to include only those with the specified severity or higher.
If specified, limits the events returned from this call to include only those with the specified severity or higher.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.
Specifies the maximum number of events that can be returned, beginning with the most recent event.
Specifies the maximum number of events that can be returned, beginning with the most recent event.
Pagination token. If specified, the events return the next batch of results.
Pagination token. If specified, the events return the next batch of results.
Consumes the builder and constructs a DescribeEventsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
