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.
157 158 159 |
# File 'sig/types.rbs', line 157 def host_address @host_address end |
#id ⇒ ::String
Returns the value of attribute id.
156 157 158 |
# File 'sig/types.rbs', line 156 def id @id end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
159 160 161 |
# File 'sig/types.rbs', line 159 def @metadata end |
#port_number ⇒ ::Integer
Returns the value of attribute port_number.
158 159 160 |
# File 'sig/types.rbs', line 158 def port_number @port_number end |