Class: Aws::IoT::Types::DescribeSecurityProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alert_targetsHash<String,Types::AlertTarget>

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



4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
# File 'lib/aws-sdk-iot/types.rb', line 4185

class DescribeSecurityProfileResponse < Struct.new(
  :security_profile_name,
  :security_profile_arn,
  :security_profile_description,
  :behaviors,
  :alert_targets,
  :version,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end

#behaviorsArray<Types::Behavior>

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



4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
# File 'lib/aws-sdk-iot/types.rb', line 4185

class DescribeSecurityProfileResponse < 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_dateTime

The time the security profile was created.



4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
# File 'lib/aws-sdk-iot/types.rb', line 4185

class DescribeSecurityProfileResponse < 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_dateTime

The time the security profile was last modified.



4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
# File 'lib/aws-sdk-iot/types.rb', line 4185

class DescribeSecurityProfileResponse < 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_arnString

The ARN of the security profile.



4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
# File 'lib/aws-sdk-iot/types.rb', line 4185

class DescribeSecurityProfileResponse < 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_descriptionString

A description of the security profile (associated with the security profile when it was created or updated).



4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
# File 'lib/aws-sdk-iot/types.rb', line 4185

class DescribeSecurityProfileResponse < 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_nameString

The name of the security profile.



4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
# File 'lib/aws-sdk-iot/types.rb', line 4185

class DescribeSecurityProfileResponse < Struct.new(
  :security_profile_name,
  :security_profile_arn,
  :security_profile_description,
  :behaviors,
  :alert_targets,
  :version,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end

#versionInteger

The version of the security profile. A new version is generated whenever the security profile is updated.



4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
# File 'lib/aws-sdk-iot/types.rb', line 4185

class DescribeSecurityProfileResponse < Struct.new(
  :security_profile_name,
  :security_profile_arn,
  :security_profile_description,
  :behaviors,
  :alert_targets,
  :version,
  :creation_date,
  :last_modified_date)
  include Aws::Structure
end