Class: Aws::Types::InteractiveConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InteractiveConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#livy_endpoint_enabled ⇒ Boolean
Returns the value of attribute livy_endpoint_enabled.
-
#session_enabled ⇒ Boolean
Returns the value of attribute session_enabled.
-
#studio_enabled ⇒ Boolean
Returns the value of attribute studio_enabled.
Instance Attribute Details
#livy_endpoint_enabled ⇒ Boolean
Returns the value of attribute livy_endpoint_enabled.
265 266 267 |
# File 'sig/types.rbs', line 265 def livy_endpoint_enabled @livy_endpoint_enabled end |
#session_enabled ⇒ Boolean
Returns the value of attribute session_enabled.
266 267 268 |
# File 'sig/types.rbs', line 266 def session_enabled @session_enabled end |
#studio_enabled ⇒ Boolean
Returns the value of attribute studio_enabled.
264 265 266 |
# File 'sig/types.rbs', line 264 def studio_enabled @studio_enabled end |