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)


3384
3385
3386
3387
3388
3389
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3384

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)


3384
3385
3386
3387
3388
3389
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3384

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