Class: Aws::Connect::Types::CreateSecurityProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_profile_arnString

The Amazon Resource Name (ARN) for the security profile.

Returns:

  • (String)


4172
4173
4174
4175
4176
4177
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4172

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

#security_profile_idString

The identifier for the security profle.

Returns:

  • (String)


4172
4173
4174
4175
4176
4177
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4172

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