Class: Aws::Types::GetThingConnectivityDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetThingConnectivityDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clean_session ⇒ Boolean
Returns the value of attribute clean_session.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#connected ⇒ Boolean
Returns the value of attribute connected.
-
#disconnect_reason ⇒ "AUTH_ERROR", ...
Returns the value of attribute disconnect_reason.
-
#keep_alive_duration ⇒ ::Integer
Returns the value of attribute keep_alive_duration.
-
#session_expiry ⇒ ::Integer
Returns the value of attribute session_expiry.
-
#source_ip ⇒ ::String
Returns the value of attribute source_ip.
-
#source_port ⇒ ::Integer
Returns the value of attribute source_port.
-
#target_ip ⇒ ::String
Returns the value of attribute target_ip.
-
#target_port ⇒ ::Integer
Returns the value of attribute target_port.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#clean_session ⇒ Boolean
Returns the value of attribute clean_session.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def clean_session @clean_session end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def client_id @client_id end |
#connected ⇒ Boolean
Returns the value of attribute connected.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def connected @connected end |
#disconnect_reason ⇒ "AUTH_ERROR", ...
Returns the value of attribute disconnect_reason.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def disconnect_reason @disconnect_reason end |
#keep_alive_duration ⇒ ::Integer
Returns the value of attribute keep_alive_duration.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def keep_alive_duration @keep_alive_duration end |
#session_expiry ⇒ ::Integer
Returns the value of attribute session_expiry.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def session_expiry @session_expiry end |
#source_ip ⇒ ::String
Returns the value of attribute source_ip.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def source_ip @source_ip end |
#source_port ⇒ ::Integer
Returns the value of attribute source_port.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def source_port @source_port end |
#target_ip ⇒ ::String
Returns the value of attribute target_ip.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def target_ip @target_ip end |
#target_port ⇒ ::Integer
Returns the value of attribute target_port.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def target_port @target_port end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def thing_name @thing_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def @timestamp end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def vpc_endpoint_id @vpc_endpoint_id end |