Class: Aws::Types::SourceConnectionDetail

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.



1531
1532
1533
# File 'sig/types.rbs', line 1531

def connection_parameters
  @connection_parameters
end

#last_syncTypes::LastSync

Returns the value of attribute last_sync.

Returns:



1532
1533
1534
# File 'sig/types.rbs', line 1532

def last_sync
  @last_sync
end

#type"CODESTAR"

Returns the value of attribute type.

Returns:

  • ("CODESTAR")


1530
1531
1532
# File 'sig/types.rbs', line 1530

def type
  @type
end