Class: Aws::Types::FlowConnectionConfiguration

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

Defined Under Namespace

Classes: Conditional, Data, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conditionalTypes::FlowConditionalConnectionConfiguration

Returns the value of attribute conditional.



990
991
992
# File 'sig/types.rbs', line 990

def conditional
  @conditional
end

#dataTypes::FlowDataConnectionConfiguration

Returns the value of attribute data.



989
990
991
# File 'sig/types.rbs', line 989

def data
  @data
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


991
992
993
# File 'sig/types.rbs', line 991

def unknown
  @unknown
end