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.
10691 10692 10693 10694 10695 |
# File 'lib/aws-sdk-connect/types.rb', line 10691 class DescribeSecurityProfileResponse < Struct.new( :security_profile) SENSITIVE = [] include Aws::Structure end |