Class: Aws::Types::UpdateConnectivityInfoRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectivityInfoRequest
- 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.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#connectivity_info ⇒ ::Array[Types::ConnectivityInfo]
Returns the value of attribute connectivity_info.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def connectivity_info @connectivity_info end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def thing_name @thing_name end |