Class: Aws::Types::Connection
- Inherits:
-
Object
- Object
- Aws::Types::Connection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connected_device_id ⇒ ::String
Returns the value of attribute connected_device_id.
-
#connected_link_id ⇒ ::String
Returns the value of attribute connected_link_id.
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#connected_device_id ⇒ ::String
Returns the value of attribute connected_device_id.
222 223 224 |
# File 'sig/types.rbs', line 222 def connected_device_id @connected_device_id end |
#connected_link_id ⇒ ::String
Returns the value of attribute connected_link_id.
224 225 226 |
# File 'sig/types.rbs', line 224 def connected_link_id @connected_link_id end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
219 220 221 |
# File 'sig/types.rbs', line 219 def connection_arn @connection_arn end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def connection_id @connection_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
226 227 228 |
# File 'sig/types.rbs', line 226 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
225 226 227 |
# File 'sig/types.rbs', line 225 def description @description end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
221 222 223 |
# File 'sig/types.rbs', line 221 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
223 224 225 |
# File 'sig/types.rbs', line 223 def link_id @link_id end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
227 228 229 |
# File 'sig/types.rbs', line 227 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
228 229 230 |
# File 'sig/types.rbs', line 228 def end |