Class: Aws::Types::GetConnectivityInfoResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectivityInfoResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connectivity_info ⇒ ::Array[Types::ConnectivityInfo]
Returns the value of attribute connectivity_info.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#connectivity_info ⇒ ::Array[Types::ConnectivityInfo]
Returns the value of attribute connectivity_info.
639 640 641 |
# File 'sig/types.rbs', line 639 def connectivity_info @connectivity_info end |
#message ⇒ ::String
Returns the value of attribute message.
640 641 642 |
# File 'sig/types.rbs', line 640 def @message end |