Module: Aws::IoT::Client::_GetThingConnectivityDataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetThingConnectivityDataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #clean_session ⇒ Boolean
- #client_id ⇒ ::String
- #connected ⇒ Boolean
- #disconnect_reason ⇒ "AUTH_ERROR", ...
- #keep_alive_duration ⇒ ::Integer
- #session_expiry ⇒ ::Integer
- #source_ip ⇒ ::String
- #source_port ⇒ ::Integer
- #target_ip ⇒ ::String
- #target_port ⇒ ::Integer
- #thing_name ⇒ ::String
- #timestamp ⇒ ::Time
- #vpc_endpoint_id ⇒ ::String
Instance Method Details
#clean_session ⇒ Boolean
2265 |
# File 'sig/client.rbs', line 2265
def clean_session: () -> bool
|
#client_id ⇒ ::String
2267 |
# File 'sig/client.rbs', line 2267
def client_id: () -> ::String
|
#connected ⇒ Boolean
2256 |
# File 'sig/client.rbs', line 2256
def connected: () -> bool
|
#disconnect_reason ⇒ "AUTH_ERROR", ...
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
2264 |
# File 'sig/client.rbs', line 2264
def keep_alive_duration: () -> ::Integer
|
#session_expiry ⇒ ::Integer
2266 |
# File 'sig/client.rbs', line 2266
def session_expiry: () -> ::Integer
|
#source_ip ⇒ ::String
2259 |
# File 'sig/client.rbs', line 2259
def source_ip: () -> ::String
|
#source_port ⇒ ::Integer
2260 |
# File 'sig/client.rbs', line 2260
def source_port: () -> ::Integer
|
#target_ip ⇒ ::String
2261 |
# File 'sig/client.rbs', line 2261
def target_ip: () -> ::String
|
#target_port ⇒ ::Integer
2262 |
# File 'sig/client.rbs', line 2262
def target_port: () -> ::Integer
|
#thing_name ⇒ ::String
2255 |
# File 'sig/client.rbs', line 2255
def thing_name: () -> ::String
|
#timestamp ⇒ ::Time
2257 |
# File 'sig/client.rbs', line 2257
def timestamp: () -> ::Time
|
#vpc_endpoint_id ⇒ ::String
2263 |
# File 'sig/client.rbs', line 2263
def vpc_endpoint_id: () -> ::String
|