Class: Aws::Connect::Types::DescribeSecurityProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeSecurityProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_profile ⇒ Types::SecurityProfile
The security profile.
Instance Attribute Details
#security_profile ⇒ Types::SecurityProfile
The security profile.
6407 6408 6409 6410 6411 |
# File 'lib/aws-sdk-connect/types.rb', line 6407 class DescribeSecurityProfileResponse < Struct.new( :security_profile) SENSITIVE = [] include Aws::Structure end |