Class: Aws::Types::AmazonQPropertiesPatch
- Inherits:
-
Object
- Object
- Aws::Types::AmazonQPropertiesPatch
- 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.
203 204 205 |
# File 'sig/types.rbs', line 203 def auth_mode @auth_mode end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
201 202 203 |
# File 'sig/types.rbs', line 201 def is_enabled @is_enabled end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
202 203 204 |
# File 'sig/types.rbs', line 202 def profile_arn @profile_arn end |