Class: Aws::Types::FlowConnection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::FlowConnectionConfiguration

Returns the value of attribute configuration.



984
985
986
# File 'sig/types.rbs', line 984

def configuration
  @configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def name
  @name
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def source
  @source
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def target
  @target
end

#type"Data", "Conditional"

Returns the value of attribute type.

Returns:

  • ("Data", "Conditional")


980
981
982
# File 'sig/types.rbs', line 980

def type
  @type
end