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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4821
4822
4823
4824
4825
4826
# File 'lib/aws-sdk-connect/types.rb', line 4821

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)


4821
4822
4823
4824
4825
4826
# File 'lib/aws-sdk-connect/types.rb', line 4821

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