Module: Aws::IoTDataPlane::Client::_GetConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConnectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #clean_session ⇒ Boolean
- #client_id ⇒ ::String
- #connected ⇒ Boolean
- #connected_since ⇒ ::Integer
- #disconnect_reason ⇒ ::String
- #disconnected_since ⇒ ::Integer
- #keep_alive_duration ⇒ ::Integer
- #session_expiry ⇒ ::Integer
- #source_ip ⇒ ::String
- #source_port ⇒ ::Integer
- #target_ip ⇒ ::String
- #target_port ⇒ ::Integer
- #thing_name ⇒ ::String
- #vpc_endpoint_id ⇒ ::String
Instance Method Details
#clean_session ⇒ Boolean
104 |
# File 'sig/client.rbs', line 104
def clean_session: () -> bool
|
#client_id ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def client_id: () -> ::String
|
#connected ⇒ Boolean
102 |
# File 'sig/client.rbs', line 102
def connected: () -> bool
|
#connected_since ⇒ ::Integer
110 |
# File 'sig/client.rbs', line 110
def connected_since: () -> ::Integer
|
#disconnect_reason ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def disconnect_reason: () -> ::String
|
#disconnected_since ⇒ ::Integer
111 |
# File 'sig/client.rbs', line 111
def disconnected_since: () -> ::Integer
|
#keep_alive_duration ⇒ ::Integer
109 |
# File 'sig/client.rbs', line 109
def keep_alive_duration: () -> ::Integer
|
#session_expiry ⇒ ::Integer
113 |
# File 'sig/client.rbs', line 113
def session_expiry: () -> ::Integer
|
#source_ip ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def source_ip: () -> ::String
|
#source_port ⇒ ::Integer
106 |
# File 'sig/client.rbs', line 106
def source_port: () -> ::Integer
|
#target_ip ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def target_ip: () -> ::String
|
#target_port ⇒ ::Integer
108 |
# File 'sig/client.rbs', line 108
def target_port: () -> ::Integer
|
#thing_name ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def thing_name: () -> ::String
|
#vpc_endpoint_id ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def vpc_endpoint_id: () -> ::String
|