Class: Aws::Types::AmazonQPropertiesInput
- Inherits:
-
Object
- Object
- Aws::Types::AmazonQPropertiesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_mode ⇒ ::String
Returns the value of attribute auth_mode.
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
Instance Attribute Details
#auth_mode ⇒ ::String
Returns the value of attribute auth_mode.
189 190 191 |
# File 'sig/types.rbs', line 189 def auth_mode @auth_mode end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
187 188 189 |
# File 'sig/types.rbs', line 187 def is_enabled @is_enabled end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
188 189 190 |
# File 'sig/types.rbs', line 188 def profile_arn @profile_arn end |