Struct aws_sdk_inspector::input::PreviewAgentsInput [−][src]
#[non_exhaustive]pub struct PreviewAgentsInput {
pub preview_agents_arn: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}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.preview_agents_arn: Option<String>The ARN of the assessment target whose agents you want to preview.
next_token: Option<String>You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the PreviewAgents action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
max_results: Option<i32>You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PreviewAgents, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PreviewAgents, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PreviewAgents>
Creates a new builder-style object to manufacture PreviewAgentsInput
The ARN of the assessment target whose agents you want to preview.
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the PreviewAgents action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
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 PreviewAgentsInput
impl Send for PreviewAgentsInput
impl Sync for PreviewAgentsInput
impl Unpin for PreviewAgentsInput
impl UnwindSafe for PreviewAgentsInput
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
