Class: Aws::Connect::Types::DescribeAuthenticationProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeAuthenticationProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_profile ⇒ Types::AuthenticationProfile
The authentication profile object being described.
Instance Attribute Details
#authentication_profile ⇒ Types::AuthenticationProfile
The authentication profile object being described.
5820 5821 5822 5823 5824 |
# File 'lib/aws-sdk-connect/types.rb', line 5820 class DescribeAuthenticationProfileResponse < Struct.new( :authentication_profile) SENSITIVE = [] include Aws::Structure end |