Class: Aws::Types::GetConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionResponse
- 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.
-
#connected_since ⇒ ::Integer
Returns the value of attribute connected_since.
-
#disconnect_reason ⇒ ::String
Returns the value of attribute disconnect_reason.
-
#disconnected_since ⇒ ::Integer
Returns the value of attribute disconnected_since.
-
#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.
-
#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.
53 54 55 |
# File 'sig/types.rbs', line 53 def clean_session @clean_session end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
63 64 65 |
# File 'sig/types.rbs', line 63 def client_id @client_id end |
#connected ⇒ Boolean
Returns the value of attribute connected.
51 52 53 |
# File 'sig/types.rbs', line 51 def connected @connected end |
#connected_since ⇒ ::Integer
Returns the value of attribute connected_since.
59 60 61 |
# File 'sig/types.rbs', line 59 def connected_since @connected_since end |
#disconnect_reason ⇒ ::String
Returns the value of attribute disconnect_reason.
61 62 63 |
# File 'sig/types.rbs', line 61 def disconnect_reason @disconnect_reason end |
#disconnected_since ⇒ ::Integer
Returns the value of attribute disconnected_since.
60 61 62 |
# File 'sig/types.rbs', line 60 def disconnected_since @disconnected_since end |
#keep_alive_duration ⇒ ::Integer
Returns the value of attribute keep_alive_duration.
58 59 60 |
# File 'sig/types.rbs', line 58 def keep_alive_duration @keep_alive_duration end |
#session_expiry ⇒ ::Integer
Returns the value of attribute session_expiry.
62 63 64 |
# File 'sig/types.rbs', line 62 def session_expiry @session_expiry end |
#source_ip ⇒ ::String
Returns the value of attribute source_ip.
54 55 56 |
# File 'sig/types.rbs', line 54 def source_ip @source_ip end |
#source_port ⇒ ::Integer
Returns the value of attribute source_port.
55 56 57 |
# File 'sig/types.rbs', line 55 def source_port @source_port end |
#target_ip ⇒ ::String
Returns the value of attribute target_ip.
56 57 58 |
# File 'sig/types.rbs', line 56 def target_ip @target_ip end |
#target_port ⇒ ::Integer
Returns the value of attribute target_port.
57 58 59 |
# File 'sig/types.rbs', line 57 def target_port @target_port end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
52 53 54 |
# File 'sig/types.rbs', line 52 def thing_name @thing_name end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
64 65 66 |
# File 'sig/types.rbs', line 64 def vpc_endpoint_id @vpc_endpoint_id end |