Struct aws_sdk_inspector::model::InspectorServiceAttributes [−][src]
#[non_exhaustive]pub struct InspectorServiceAttributes {
pub schema_version: i32,
pub assessment_run_arn: Option<String>,
pub rules_package_arn: Option<String>,
}Expand description
This data type is used in the Finding data type.
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.schema_version: i32The schema version of this data type.
assessment_run_arn: Option<String>The ARN of the assessment run during which the finding is generated.
rules_package_arn: Option<String>The ARN of the rules package that is used to generate the finding.
Implementations
The schema version of this data type.
The ARN of the assessment run during which the finding is generated.
The ARN of the rules package that is used to generate the finding.
Creates a new builder-style object to manufacture InspectorServiceAttributes
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 InspectorServiceAttributes
impl Send for InspectorServiceAttributes
impl Sync for InspectorServiceAttributes
impl Unpin for InspectorServiceAttributes
impl UnwindSafe for InspectorServiceAttributes
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
