Class: Aws::IoT::Types::CreateSecurityProfileResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_profile_arnString

The ARN of the security profile.

Returns:

  • (String)


3979
3980
3981
3982
3983
3984
# File 'lib/aws-sdk-iot/types.rb', line 3979

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

#security_profile_nameString

The name you gave to the security profile.

Returns:

  • (String)


3979
3980
3981
3982
3983
3984
# File 'lib/aws-sdk-iot/types.rb', line 3979

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