Struct rusoto_securityhub::Product[][src]

pub struct Product {
    pub activation_url: Option<String>,
    pub categories: Option<Vec<String>>,
    pub company_name: Option<String>,
    pub description: Option<String>,
    pub integration_types: Option<Vec<String>>,
    pub marketplace_url: Option<String>,
    pub product_arn: String,
    pub product_name: Option<String>,
    pub product_subscription_resource_policy: Option<String>,
}
Expand description

Contains details about a product.

Fields

activation_url: Option<String>

The URL to the service or product documentation about the integration with Security Hub, including how to activate the integration.

categories: Option<Vec<String>>

The categories assigned to the product.

company_name: Option<String>

The name of the company that provides the product.

description: Option<String>

A description of the product.

integration_types: Option<Vec<String>>

The types of integration that the product supports. Available values are the following.

  • SENDFINDINGSTOSECURITYHUB - The integration sends findings to Security Hub.

  • RECEIVEFINDINGSFROMSECURITYHUB - The integration receives findings from Security Hub.

  • UPDATEFINDINGSINSECURITYHUB - The integration does not send new findings to Security Hub, but does make updates to the findings that it receives from Security Hub.

marketplace_url: Option<String>

For integrations with AWS services, the AWS Console URL from which to activate the service.

For integrations with third-party products, the AWS Marketplace URL from which to subscribe to or purchase the product.

product_arn: String

The ARN assigned to the product.

product_name: Option<String>

The name of the product.

product_subscription_resource_policy: Option<String>

The resource policy associated with the product.

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

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. 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.

Should always be Self

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.