You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::UpdateSecurityProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#additional_metrics_to_retainArray<String>

Please use UpdateSecurityProfileResponse$additionalMetricsToRetainV2 instead.

A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the security profile\'s behaviors, but it is also retained for any metric specified here.

Returns:

#additional_metrics_to_retain_v2Array<Types::MetricToRetain>

A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile\'s behaviors, but it is also retained for any metric specified here.

Returns:

#alert_targetsHash<String,Types::AlertTarget>

Where the alerts are sent. (Alerts are always sent to the console.)

Returns:

#behaviorsArray<Types::Behavior>

Specifies the behaviors that, when violated by a device (thing), cause an alert.

Returns:

  • (Array<Types::Behavior>)

    Specifies the behaviors that, when violated by a device (thing), cause an alert.

#creation_dateTime

The time the security profile was created.

Returns:

  • (Time)

    The time the security profile was created.

#last_modified_dateTime

The time the security profile was last modified.

Returns:

  • (Time)

    The time the security profile was last modified.

#security_profile_arnString

The ARN of the security profile that was updated.

Returns:

  • (String)

    The ARN of the security profile that was updated.

#security_profile_descriptionString

The description of the security profile.

Returns:

  • (String)

    The description of the security profile.

#security_profile_nameString

The name of the security profile that was updated.

Returns:

  • (String)

    The name of the security profile that was updated.

#versionInteger

The updated version of the security profile.

Returns:

  • (Integer)

    The updated version of the security profile.