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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the security profile.

Returns:

  • (String)


13637
13638
13639
13640
13641
13642
# File 'lib/aws-sdk-iot/types.rb', line 13637

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

#nameString

The name you’ve given to the security profile.

Returns:

  • (String)


13637
13638
13639
13640
13641
13642
# File 'lib/aws-sdk-iot/types.rb', line 13637

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