Class: Aws::DataZone::Types::AmazonQPropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AmazonQPropertiesOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Amazon Q properties of the connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_mode ⇒ String
The authentication mode of the connection's Amazon Q properties.
-
#is_enabled ⇒ Boolean
Specifies whether Amazon Q is enabled for the connection.
-
#profile_arn ⇒ String
The profile ARN of the connection's Amazon Q properties.
Instance Attribute Details
#auth_mode ⇒ String
The authentication mode of the connection's Amazon Q properties.
637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 637 class AmazonQPropertiesOutput < Struct.new( :auth_mode, :is_enabled, :profile_arn) SENSITIVE = [] include Aws::Structure end |
#is_enabled ⇒ Boolean
Specifies whether Amazon Q is enabled for the connection.
637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 637 class AmazonQPropertiesOutput < Struct.new( :auth_mode, :is_enabled, :profile_arn) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The profile ARN of the connection's Amazon Q properties.
637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 637 class AmazonQPropertiesOutput < Struct.new( :auth_mode, :is_enabled, :profile_arn) SENSITIVE = [] include Aws::Structure end |