Class: Aws::Types::ThingConnectivity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#clean_sessionBoolean

Returns the value of attribute clean_session.

Returns:

  • (Boolean)


4761
4762
4763
# File 'sig/types.rbs', line 4761

def clean_session
  @clean_session
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


4763
4764
4765
# File 'sig/types.rbs', line 4763

def client_id
  @client_id
end

#connectedBoolean

Returns the value of attribute connected.

Returns:

  • (Boolean)


4757
4758
4759
# File 'sig/types.rbs', line 4757

def connected
  @connected
end

#disconnect_reason::String

Returns the value of attribute disconnect_reason.

Returns:

  • (::String)


4759
4760
4761
# File 'sig/types.rbs', line 4759

def disconnect_reason
  @disconnect_reason
end

#keep_alive_duration::Integer

Returns the value of attribute keep_alive_duration.

Returns:

  • (::Integer)


4760
4761
4762
# File 'sig/types.rbs', line 4760

def keep_alive_duration
  @keep_alive_duration
end

#session_expiry::Integer

Returns the value of attribute session_expiry.

Returns:

  • (::Integer)


4762
4763
4764
# File 'sig/types.rbs', line 4762

def session_expiry
  @session_expiry
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


4758
4759
4760
# File 'sig/types.rbs', line 4758

def timestamp
  @timestamp
end