Class: Aws::Types::AmazonQSettings
- Inherits:
-
Object
- Object
- Aws::Types::AmazonQSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#q_profile_arn ⇒ ::String
Returns the value of attribute q_profile_arn.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#q_profile_arn ⇒ ::String
Returns the value of attribute q_profile_arn.
419 420 421 |
# File 'sig/types.rbs', line 419 def q_profile_arn @q_profile_arn end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
418 419 420 |
# File 'sig/types.rbs', line 418 def status @status end |