Struct rusoto_inspector::RulesPackage [] [src]

pub struct RulesPackage {
    pub arn: String,
    pub description: Option<String>,
    pub name: String,
    pub provider: String,
    pub version: String,
}

Contains information about an Amazon Inspector rules package. This data type is used as the response element in the DescribeRulesPackages action.

Fields

The ARN of the rules package.

The description of the rules package.

The name of the rules package.

The provider of the rules package.

The version ID of the rules package.

Trait Implementations

impl Default for RulesPackage
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for RulesPackage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RulesPackage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RulesPackage

impl Sync for RulesPackage