Struct cfn::aws::inspector::AssessmentTargetProperties [] [src]

pub struct AssessmentTargetProperties {
    pub assessment_target_name: Option<Value<String>>,
    pub resource_group_arn: Value<String>,
}

Properties for the AssessmentTarget resource.

Fields

Property AssessmentTargetName.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property ResourceGroupArn.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for AssessmentTargetProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for AssessmentTargetProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for AssessmentTargetProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<AssessmentTargetProperties> for AssessmentTarget
[src]

[src]

Performs the conversion.

Auto Trait Implementations