Class: Aws::IoT::Types::UpdateSecurityProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateSecurityProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Instance Attribute Summary collapse
-
#alert_targets ⇒ Hash<String,Types::AlertTarget>
Where the alerts are sent.
-
#behaviors ⇒ Array<Types::Behavior>
Specifies the behaviors that, when violated by a device (thing), cause an alert.
-
#creation_date ⇒ Time
The time the security profile was created.
-
#last_modified_date ⇒ Time
The time the security profile was last modified.
-
#security_profile_arn ⇒ String
The ARN of the security profile that was updated.
-
#security_profile_description ⇒ String
The description of the security profile.
-
#security_profile_name ⇒ String
The name of the security profile that was updated.
-
#version ⇒ Integer
The updated version of the security profile.
Instance Attribute Details
#alert_targets ⇒ Hash<String,Types::AlertTarget>
Where the alerts are sent. (Alerts are always sent to the console.)
11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class UpdateSecurityProfileResponse < Struct.new( :security_profile_name, :security_profile_arn, :security_profile_description, :behaviors, :alert_targets, :version, :creation_date, :last_modified_date) include Aws::Structure end |
#behaviors ⇒ Array<Types::Behavior>
Specifies the behaviors that, when violated by a device (thing), cause an alert.
11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class UpdateSecurityProfileResponse < Struct.new( :security_profile_name, :security_profile_arn, :security_profile_description, :behaviors, :alert_targets, :version, :creation_date, :last_modified_date) include Aws::Structure end |
#creation_date ⇒ Time
The time the security profile was created.
11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class UpdateSecurityProfileResponse < Struct.new( :security_profile_name, :security_profile_arn, :security_profile_description, :behaviors, :alert_targets, :version, :creation_date, :last_modified_date) include Aws::Structure end |
#last_modified_date ⇒ Time
The time the security profile was last modified.
11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class UpdateSecurityProfileResponse < Struct.new( :security_profile_name, :security_profile_arn, :security_profile_description, :behaviors, :alert_targets, :version, :creation_date, :last_modified_date) include Aws::Structure end |
#security_profile_arn ⇒ String
The ARN of the security profile that was updated.
11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class UpdateSecurityProfileResponse < Struct.new( :security_profile_name, :security_profile_arn, :security_profile_description, :behaviors, :alert_targets, :version, :creation_date, :last_modified_date) include Aws::Structure end |
#security_profile_description ⇒ String
The description of the security profile.
11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class UpdateSecurityProfileResponse < Struct.new( :security_profile_name, :security_profile_arn, :security_profile_description, :behaviors, :alert_targets, :version, :creation_date, :last_modified_date) include Aws::Structure end |
#security_profile_name ⇒ String
The name of the security profile that was updated.
11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class UpdateSecurityProfileResponse < Struct.new( :security_profile_name, :security_profile_arn, :security_profile_description, :behaviors, :alert_targets, :version, :creation_date, :last_modified_date) include Aws::Structure end |
#version ⇒ Integer
The updated version of the security profile.
11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class UpdateSecurityProfileResponse < Struct.new( :security_profile_name, :security_profile_arn, :security_profile_description, :behaviors, :alert_targets, :version, :creation_date, :last_modified_date) include Aws::Structure end |