Struct aws_sdk_inspector::input::CreateAssessmentTargetInput [−][src]
#[non_exhaustive]pub struct CreateAssessmentTargetInput {
pub assessment_target_name: Option<String>,
pub resource_group_arn: Option<String>,
}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.assessment_target_name: Option<String>The user-defined name that identifies the assessment target that you want to create. The name must be unique within the AWS account.
resource_group_arn: Option<String>The ARN that specifies the resource group that is used to create the assessment target. If resourceGroupArn is not specified, all EC2 instances in the current AWS account and region are included in the assessment target.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAssessmentTarget, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAssessmentTarget, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateAssessmentTarget>
Creates a new builder-style object to manufacture CreateAssessmentTargetInput
The user-defined name that identifies the assessment target that you want to create. The name must be unique within the AWS account.
The ARN that specifies the resource group that is used to create the assessment target. If resourceGroupArn is not specified, all EC2 instances in the current AWS account and region are included in the assessment target.
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 CreateAssessmentTargetInput
impl Send for CreateAssessmentTargetInput
impl Sync for CreateAssessmentTargetInput
impl Unpin for CreateAssessmentTargetInput
impl UnwindSafe for CreateAssessmentTargetInput
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
