Class: Aws::Types::UpdateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
293 294 295 |
# File 'sig/types.rbs', line 293 def bandwidth @bandwidth end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
294 295 296 |
# File 'sig/types.rbs', line 294 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
292 293 294 |
# File 'sig/types.rbs', line 292 def description @description end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
291 292 293 |
# File 'sig/types.rbs', line 291 def identifier @identifier end |