Class: Aws::Connect::Types::DescribeAuthenticationProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_profileTypes::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