Class: Aws::Connect::Types::CreateSecurityProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateSecurityProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_profile_arn ⇒ String
The Amazon Resource Name (ARN) for the security profile.
-
#security_profile_id ⇒ String
The identifier for the security profle.
Instance Attribute Details
#security_profile_arn ⇒ String
The Amazon Resource Name (ARN) for the security profile.
4290 4291 4292 4293 4294 4295 |
# File 'lib/aws-sdk-connect/types.rb', line 4290 class CreateSecurityProfileResponse < Struct.new( :security_profile_id, :security_profile_arn) SENSITIVE = [] include Aws::Structure end |
#security_profile_id ⇒ String
The identifier for the security profle.
4290 4291 4292 4293 4294 4295 |
# File 'lib/aws-sdk-connect/types.rb', line 4290 class CreateSecurityProfileResponse < Struct.new( :security_profile_id, :security_profile_arn) SENSITIVE = [] include Aws::Structure end |