Class: Aws::AlexaForBusiness::Types::ProactiveJoin

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_by_motionBoolean

Returns:

  • (Boolean)


3262
3263
3264
3265
3266
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3262

class ProactiveJoin < Struct.new(
  :enabled_by_motion)
  SENSITIVE = []
  include Aws::Structure
end