Class: Aws::Types::SourceConnection
- Inherits:
-
Object
- Object
- Aws::Types::SourceConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_parameters ⇒ Types::SourceConnectionParameters
Returns the value of attribute connection_parameters.
-
#type ⇒ "CODESTAR"
Returns the value of attribute type.
Instance Attribute Details
#connection_parameters ⇒ Types::SourceConnectionParameters
Returns the value of attribute connection_parameters.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def connection_parameters @connection_parameters end |
#type ⇒ "CODESTAR"
Returns the value of attribute type.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def type @type end |