Class: Aws::Types::CreateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_parameters ⇒ Types::CreateConnectionAuthRequestParameters
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.
-
#invocation_connectivity_parameters ⇒ Types::ConnectivityResourceParameters
Returns the value of attribute invocation_connectivity_parameters.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#auth_parameters ⇒ Types::CreateConnectionAuthRequestParameters
Returns the value of attribute auth_parameters.
260 261 262 |
# File 'sig/types.rbs', line 260 def auth_parameters @auth_parameters end |
#authorization_type ⇒ "BASIC", ...
Returns the value of attribute authorization_type.
259 260 261 |
# File 'sig/types.rbs', line 259 def @authorization_type end |
#description ⇒ ::String
Returns the value of attribute description.
258 259 260 |
# File 'sig/types.rbs', line 258 def description @description end |
#invocation_connectivity_parameters ⇒ Types::ConnectivityResourceParameters
Returns the value of attribute invocation_connectivity_parameters.
261 262 263 |
# File 'sig/types.rbs', line 261 def invocation_connectivity_parameters @invocation_connectivity_parameters end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
262 263 264 |
# File 'sig/types.rbs', line 262 def kms_key_identifier @kms_key_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
257 258 259 |
# File 'sig/types.rbs', line 257 def name @name end |