Struct aws_sdk_xray::input::get_insight_summaries_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetInsightSummariesInput
Implementations
Appends an item to states
.
To override the contents of this collection use set_states
.
The list of insight states.
The list of insight states.
The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.
The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.
The name of the group. Required if the GroupARN isn't provided.
The name of the group. Required if the GroupARN isn't provided.
The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.
The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.
The end of the time frame in which the insights ended. The end time can't be more than 30 days old.
The end of the time frame in which the insights ended. The end time can't be more than 30 days old.
The maximum number of results to display.
The maximum number of results to display.
Pagination token.
Pagination token.
Consumes the builder and constructs a GetInsightSummariesInput
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