Struct aws_sdk_xray::input::GetInsightSummariesInput[][src]

#[non_exhaustive]
pub struct GetInsightSummariesInput { pub states: Option<Vec<InsightState>>, pub group_arn: Option<String>, pub group_name: Option<String>, pub start_time: Option<Instant>, pub end_time: Option<Instant>, pub max_results: Option<i32>, pub next_token: Option<String>, }

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
states: Option<Vec<InsightState>>

The list of insight states.

group_arn: Option<String>

The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.

group_name: Option<String>

The name of the group. Required if the GroupARN isn't provided.

start_time: Option<Instant>

The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.

end_time: Option<Instant>

The end of the time frame in which the insights ended. The end time can't be more than 30 days old.

max_results: Option<i32>

The maximum number of results to display.

next_token: Option<String>

Pagination token.

Implementations

Consumes the builder and constructs an Operation<GetInsightSummaries>

Creates a new builder-style object to manufacture GetInsightSummariesInput

The list of insight states.

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 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 maximum number of results to display.

Pagination token.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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