Class: Aws::Types::ConnectivityInfo
- Inherits:
-
Object
- Object
- Aws::Types::ConnectivityInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_address ⇒ ::String
Returns the value of attribute host_address.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#port_number ⇒ ::Integer
Returns the value of attribute port_number.
Instance Attribute Details
#host_address ⇒ ::String
Returns the value of attribute host_address.
65 66 67 |
# File 'sig/types.rbs', line 65 def host_address @host_address end |
#id ⇒ ::String
Returns the value of attribute id.
66 67 68 |
# File 'sig/types.rbs', line 66 def id @id end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
67 68 69 |
# File 'sig/types.rbs', line 67 def @metadata end |
#port_number ⇒ ::Integer
Returns the value of attribute port_number.
68 69 70 |
# File 'sig/types.rbs', line 68 def port_number @port_number end |