Module: Aws::IoT::Client::_GetThingConnectivityDataResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetThingConnectivityDataResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#clean_sessionBoolean

Returns:

  • (Boolean)


2265
# File 'sig/client.rbs', line 2265

def clean_session: () -> bool

#client_id::String

Returns:

  • (::String)


2267
# File 'sig/client.rbs', line 2267

def client_id: () -> ::String

#connectedBoolean

Returns:

  • (Boolean)


2256
# File 'sig/client.rbs', line 2256

def connected: () -> bool

#disconnect_reason"AUTH_ERROR", ...

Returns:

  • ("AUTH_ERROR", "CLIENT_INITIATED_DISCONNECT", "CLIENT_ERROR", "CONNECTION_LOST", "DUPLICATE_CLIENTID", "FORBIDDEN_ACCESS", "MQTT_KEEP_ALIVE_TIMEOUT", "SERVER_ERROR", "SERVER_INITIATED_DISCONNECT", "API_INITIATED_DISCONNECT", "THROTTLED", "WEBSOCKET_TTL_EXPIRATION", "CUSTOMAUTH_TTL_EXPIRATION", "UNKNOWN", "NONE")


2258
# File 'sig/client.rbs', line 2258

def disconnect_reason: () -> ("AUTH_ERROR" | "CLIENT_INITIATED_DISCONNECT" | "CLIENT_ERROR" | "CONNECTION_LOST" | "DUPLICATE_CLIENTID" | "FORBIDDEN_ACCESS" | "MQTT_KEEP_ALIVE_TIMEOUT" | "SERVER_ERROR" | "SERVER_INITIATED_DISCONNECT" | "API_INITIATED_DISCONNECT" | "THROTTLED" | "WEBSOCKET_TTL_EXPIRATION" | "CUSTOMAUTH_TTL_EXPIRATION" | "UNKNOWN" | "NONE")

#keep_alive_duration::Integer

Returns:

  • (::Integer)


2264
# File 'sig/client.rbs', line 2264

def keep_alive_duration: () -> ::Integer

#session_expiry::Integer

Returns:

  • (::Integer)


2266
# File 'sig/client.rbs', line 2266

def session_expiry: () -> ::Integer

#source_ip::String

Returns:

  • (::String)


2259
# File 'sig/client.rbs', line 2259

def source_ip: () -> ::String

#source_port::Integer

Returns:

  • (::Integer)


2260
# File 'sig/client.rbs', line 2260

def source_port: () -> ::Integer

#target_ip::String

Returns:

  • (::String)


2261
# File 'sig/client.rbs', line 2261

def target_ip: () -> ::String

#target_port::Integer

Returns:

  • (::Integer)


2262
# File 'sig/client.rbs', line 2262

def target_port: () -> ::Integer

#thing_name::String

Returns:

  • (::String)


2255
# File 'sig/client.rbs', line 2255

def thing_name: () -> ::String

#timestamp::Time

Returns:

  • (::Time)


2257
# File 'sig/client.rbs', line 2257

def timestamp: () -> ::Time

#vpc_endpoint_id::String

Returns:

  • (::String)


2263
# File 'sig/client.rbs', line 2263

def vpc_endpoint_id: () -> ::String