Class: Aws::Types::SourceConnection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_parametersTypes::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.

Returns:

  • ("CODESTAR")


1524
1525
1526
# File 'sig/types.rbs', line 1524

def type
  @type
end