Class: Aws::Connect::Types::DescribeAuthenticationProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeAuthenticationProfileResponse
- Defined in:
- gems/aws-sdk-connect/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.
6461 6462 6463 6464 6465 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6461 class DescribeAuthenticationProfileResponse < Struct.new( :authentication_profile) SENSITIVE = [] include Aws::Structure end |