Class: Aws::IoT::Types::SecurityProfileIdentifier

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

Overview

Identifying information for a Device Defender security profile.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the security profile.

Returns:

  • (String)


9161
9162
9163
9164
9165
# File 'lib/aws-sdk-iot/types.rb', line 9161

class SecurityProfileIdentifier < Struct.new(
  :name,
  :arn)
  include Aws::Structure
end

#nameString

The name you have given to the security profile.

Returns:

  • (String)


9161
9162
9163
9164
9165
# File 'lib/aws-sdk-iot/types.rb', line 9161

class SecurityProfileIdentifier < Struct.new(
  :name,
  :arn)
  include Aws::Structure
end