Class: Aws::Types::InteractiveConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#livy_endpoint_enabled ⇒ Boolean

Returns the value of attribute livy_endpoint_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


264
265
266
# File 'sig/types.rbs', line 264

def studio_enabled
  @studio_enabled
end