Class: Aws::Connect::Types::DescribeAuthenticationProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeAuthenticationProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_profile_id ⇒ String
A unique identifier for the authentication profile.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
Instance Attribute Details
#authentication_profile_id ⇒ String
A unique identifier for the authentication profile.
5807 5808 5809 5810 5811 5812 |
# File 'lib/aws-sdk-connect/types.rb', line 5807 class DescribeAuthenticationProfileRequest < Struct.new( :authentication_profile_id, :instance_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
5807 5808 5809 5810 5811 5812 |
# File 'lib/aws-sdk-connect/types.rb', line 5807 class DescribeAuthenticationProfileRequest < Struct.new( :authentication_profile_id, :instance_id) SENSITIVE = [] include Aws::Structure end |