Class: Aws::Types::BridgeFlowOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def flow_arn
  @flow_arn
end

#flow_source_arn::String

Returns the value of attribute flow_source_arn.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def flow_source_arn
  @flow_source_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def name
  @name
end