Class: Aws::Types::UpdateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_parameters ⇒ Types::UpdateConnectionAuthRequestParameters
Returns the value of attribute auth_parameters.
-
#authorization_type ⇒ "BASIC", ...
Returns the value of attribute authorization_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#auth_parameters ⇒ Types::UpdateConnectionAuthRequestParameters
Returns the value of attribute auth_parameters.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def auth_parameters @auth_parameters end |
#authorization_type ⇒ "BASIC", ...
Returns the value of attribute authorization_type.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def end |
#description ⇒ ::String
Returns the value of attribute description.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def name @name end |