Method: Aws::IoT::Types::CreateSecurityProfileResponse#security_profile_arn

Defined in:
lib/aws-sdk-iot/types.rb

#security_profile_arnString

The ARN of the security profile.

Returns:

  • (String)


4439
4440
4441
4442
4443
4444
# File 'lib/aws-sdk-iot/types.rb', line 4439

class CreateSecurityProfileResponse < Struct.new(
  :security_profile_name,
  :security_profile_arn)
  SENSITIVE = []
  include Aws::Structure
end